Advertisement
Guest User

My Code

a guest
Sep 30th, 2013
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.43 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>My Title Here</title>
  4.  
  5. <style type="text/css">
  6. .container {width: 960px; margin-right: auto; margin-left: auto; padding: 10px; font-family: "Times New Roman", Times, serif;}
  7. .main {width: 960px;}
  8. .box {padding: 10px; float: left; width: 300px;}
  9.  
  10. /* Effects the (URL) in the image title of each item */
  11.  
  12. .titlecap {font-size:11px; color:#999;}
  13. .titlecap a:link{color:#999;}
  14. .titlecap a:visited {color: #CCC;}
  15. .titlecap a:hover {color: #C09;}
  16. .titlecap a:active {color: #309;}
  17.  
  18.  
  19. .ordertop {font-family: "Times New Roman", Times, serif; color: #F09;}
  20. .orderbottom {font-size: 12px; color: #F09;}
  21. .boxfootleft {width: 281px; float: left; padding-top: 2px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
  22. .boxfootright {float: right; width: 12px; padding-top: 4px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
  23.  
  24. .rating {font-family: Verdana, Geneva, sans-serif; font-size: 9px;}
  25. .ico {float: right; width: 18px;}
  26. .title {width: 282px; float: left;}
  27.  
  28. .boxcontent {width: 300px; float: left;}
  29.  
  30. hr {width: 100%; height: 1px; color: #CCC}
  31.  
  32. </style>
  33. </head>
  34. <body>
  35. <div class="container">
  36.     <div class="main">
  37.       <div class="box">
  38.          <div class="title">
  39.             <span class="ordertop">#1</span> Big List Of Web Comics <span class="titlecap">(<a href="http://www.blowcomics.com" target="_blank">blowcomics.com</a>)</span>
  40.          </div>
  41.          <div class="ico">
  42.             <img src="images/favicon.ico" width="16" height="16">
  43.          </div>
  44.             <img src="images/list1.png">
  45.          <div class="boxfootleft">
  46.             <img src="images/5star.png" width="85" height="13"><span class="rating"> 3.9 out of 5 stars based on 70 ratings.</span>
  47.          </div>
  48.         <div class="boxfootright">
  49.             <span class="orderbottom">#1</span>
  50.         </div>
  51.         <div class="boxcontent">
  52.           <hr>
  53.         </div>
  54.       </div>
  55.       <div class="box">
  56.          <div class="title">
  57.             <span class="ordertop">#1</span> Big List Of Web Comics <span class="titlecap">(<a href="http://www.blowcomics.com" target="_blank">blowcomics.com</a>)</span>
  58.          </div>
  59.          <div class="ico">
  60.             <img src="images/favicon.ico" width="16" height="16">
  61.          </div>
  62.             <img src="images/list1.png">
  63.          <div class="boxfootleft">
  64.             <img src="images/5star.png" width="85" height="13"><span class="rating"> 3.9 out of 5 stars based on 70 ratings.</span>
  65.          </div>
  66.         <div class="boxfootright">
  67.             <span class="orderbottom">#1</span>
  68.         </div>
  69.         <div class="boxcontent">
  70.           <hr>
  71.         </div>
  72.       </div>
  73.       <div class="box">
  74.          <div class="title">
  75.             <span class="ordertop">#1</span> Big List Of Web Comics <span class="titlecap">(<a href="http://www.blowcomics.com" target="_blank">blowcomics.com</a>)</span>
  76.          </div>
  77.          <div class="ico">
  78.             <img src="images/favicon.ico" width="16" height="16">
  79.          </div>
  80.             <img src="images/list1.png">
  81.          <div class="boxfootleft">
  82.             <img src="images/5star.png" width="85" height="13"><span class="rating"> 3.9 out of 5 stars based on 70 ratings.</span>
  83.          </div>
  84.         <div class="boxfootright">
  85.             <span class="orderbottom">#1</span>
  86.         </div>
  87.         <div class="boxcontent">
  88.           <hr>
  89.         </div>
  90.       </div>
  91.     </div>
  92. </div>
  93. </body>
  94. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement