initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:34:24 -06:00
commit dbc7efddac
110 changed files with 2344 additions and 0 deletions

17
ebay.css Executable file
View 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;
}