17 lines
319 B
CSS
Executable File
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;
|
|
} |