Created
December 4, 2012 02:13
-
-
Save alexrah/4199909 to your computer and use it in GitHub Desktop.
test ebay css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div#ciccio{ | |
background-image:url("http://i117.photobucket.com/albums/o60/alexrah/eBay/back.png"); | |
} | |
ul#gallery, ul#gallery li{ | |
margin:0 auto; | |
padding:0; | |
list-style:none; | |
} | |
ul#gallery{ | |
width:600px; | |
height: 375px; | |
position:relative; | |
} | |
ul#gallery li{ | |
float:left; | |
display:inline; | |
margin-top:10px; | |
} | |
ul#gallery a span{ | |
display:none; | |
} | |
ul#gallery a:hover{ | |
background:none; | |
z-index:100; | |
} | |
ul#gallery a:hover span{ | |
position:absolute; | |
width:600px; | |
height:300px; | |
float:left; | |
top:0; | |
left:0; | |
display:block; | |
} | |
h1#title{ | |
text-align:center; | |
color:#D4120A; | |
} | |
p#description, p#title, p#caption{ | |
clear:both; | |
width:600px; | |
margin: 30px auto; | |
} | |
p#caption{ | |
font:bold 80% sans-serif; | |
text-align:center; | |
} | |
p#title{ | |
font:bold 120% sans-serif; | |
text-align:center; | |
color:#D4120A; | |
text-transform:uppercase; | |
} | |
p#description{ | |
font: normal 110% serif; | |
text-align:justify; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment