Files
ebay-sales/ebay.css
2017-03-02 21:34:24 -06:00

17 lines
319 B
CSS
Executable File

/* CSS for eBay pages */
body {
font-size: 1.0em;
color: black;
font-family: Arial, sans-serif;
}
div#main {
width: 700px;
margin: 0 auto;
border: 4px #083605 solid;
}
div#header {
background: url(http://www.benramey.com/ebay/graphics/logo.jpg) no-repeat center center;
width: 200px;
height: 200px;
}