initial commit
This commit is contained in:
17
ebay.css
Executable file
17
ebay.css
Executable file
@@ -0,0 +1,17 @@
|
||||
/* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user