Advertisement
Guest User

Untitled

a guest
Dec 9th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <title>Store</title>
  5. </head>
  6. <link rel="stylesheet" type="text/css" href="styles.css">
  7. <style>
  8. ul {list-style-type: none;}
  9. a:link {color:blue}
  10. a:visited{color:purple}
  11. a:hover{color:red}
  12. a:active{color:black}
  13. h1{
  14. font-family: sans-serif;
  15. }
  16. p{
  17. font-family: sans-serif;
  18. }
  19. td{
  20. font-family: sans-serif;
  21. }
  22. ul{
  23. font-family: sans-serif;
  24. }
  25. </style>
  26. <body bgcolor = "#808080" background="lotr3342.jpg">
  27. <table border="0" width="100%" style="height:100%;">
  28. <col width="20%">
  29. <col width="60%">
  30. <col width="20%">
  31. <tr bgcolor = "#808080" >
  32. <th colspan="3" align = center style="font-size:400%;" height = "15%">
  33. Lotr Store
  34. </th>
  35. </tr>
  36. <tr>
  37. <td text-align:center; style=vertical-align:top; height = "75%">
  38. <ul style="font-size:150%;">
  39. LINKS
  40. <li><a href="index.shtml">Home</a> </li>
  41. <li><a href="offers.shtml">Special Offers</a> </li>
  42. <li><a href="about_us.shtml">About Us</a> </li>
  43. <li><a href="contact.shtml">Contact Us</a> </li>
  44. <li><a href="links.shtml">Useful Links</a> </li>
  45. </ul>
  46. </td>
  47. <td style=vertical-align:top;>
  48. <h1>Title of random shit</h1>
  49. random content to have on this page. random content to have on this page.<br>Random content to have on this page. random content to have on this page. random content to have on this page. random content to have on this page. random content to have on this page. random content to have on this page. random content to have on this page. random content to have on this page. random content to have on this page. random content to have on this page.
  50. </td>
  51. </tr>
  52. <tr>
  53. <td colspan="3" height = "10%" align=left bgcolor="#FFFF00">
  54. Contact Us: <br>
  55. via Facebook <br>
  56. </td>
  57. </tr>
  58. </table>
  59. </body>
  60.  
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement