Advertisement
Guest User

Untitled

a guest
Oct 6th, 2016
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. <html>
  2. <style>
  3. body {
  4.  
  5. }
  6. #container{
  7.  
  8. width:700px;
  9. margin:0 auto;
  10. margin-top: 15px;
  11. }
  12. #sidebar{
  13. position: fixed;
  14. width: 250px;
  15. top: 3%;
  16. }
  17. ul#sidebar-list-items{
  18. list-style-type: none;
  19. margin-left: 30px;
  20. padding: 0;
  21. overflow: hidden;
  22. }
  23. li a.sidebar-list-item{
  24. display: block;
  25. width: 160px;
  26. text-align: left;
  27. padding: 5px;
  28. text-decoration: none;
  29. }
  30. li a.sidebar-list-item:hover {
  31. background-color: #f2f2f2;
  32. }
  33. li a.sidebar-list-item:visited {
  34. color: black;
  35. }
  36. #news{
  37. position: absolute;
  38. top: 30px;
  39. width: 40%;
  40. }
  41. img.sidebar-image{
  42. width: 100%;
  43. padding: 5px;
  44. }
  45. img.news-banner{
  46. width: 100%;
  47. }
  48. </style>
  49. <head>
  50. <title>League of Legends UK</title>
  51. </head>
  52. <body>
  53. <div id="container">
  54. <div id="sidebar">
  55. <img src="logo.png">
  56. <ul id="sidebar-list-items">
  57. <li><a class="sidebar-list-item" href="#home">Home</a></li>
  58. <li><a class="sidebar-list-item" href="#credits">Get Involved</a></li>
  59. <li><a class="sidebar-list-item" href="#quotes">Riot Community Team</a></li>
  60. <li><a class="sidebar-list-item" href="#contact">Contact Us</a></li>
  61. </ul>
  62. <a href="http://facebook.com/groups/LoLUK"><img class="sidebar-image" src="facebook.png"></a>
  63. <a href="http://discord.gg/123456"><img class="sidebar-image" src="discord.png"></a>
  64. </div>
  65. <div id="news">
  66. <h2><img class="news-banner" src="banner-esports.png"></h2>
  67. <p>
  68. LONDON, UK - We are happy to announce the launch of the inaugural Vietnamese Dota 2 'Gary Kimmelman Cup’. Boasting one of the largest prize pools ever seen in Vietnam DOTA eSports at nine million dong through British investment, top Vietnamese DOTA2 teams will face one another at the prestigious 'Playdota Stadium’ based in the heart of Hanoi on Sunday 29th May, hosted by Playdota.vn.
  69. </p>
  70. <h2>Home</h2>
  71. <p>
  72. LONDON, UK - We are happy to announce the launch of the inaugural Vietnamese Dota 2 'Gary Kimmelman Cup’. Boasting one of the largest prize pools ever seen in Vietnam DOTA eSports at nine million dong through British investment, top Vietnamese DOTA2 teams will face one another at the prestigious 'Playdota Stadium’ based in the heart of Hanoi on Sunday 29th May, hosted by Playdota.vn.
  73. </p>
  74. <h2>Home</h2>
  75. <p>
  76. LONDON, UK - We are happy to announce the launch of the inaugural Vietnamese Dota 2 'Gary Kimmelman Cup’. Boasting one of the largest prize pools ever seen in Vietnam DOTA eSports at nine million dong through British investment, top Vietnamese DOTA2 teams will face one another at the prestigious 'Playdota Stadium’ based in the heart of Hanoi on Sunday 29th May, hosted by Playdota.vn.
  77. </p>
  78. <h2>Home</h2>
  79. <p>
  80. LONDON, UK - We are happy to announce the launch of the inaugural Vietnamese Dota 2 'Gary Kimmelman Cup’. Boasting one of the largest prize pools ever seen in Vietnam DOTA eSports at nine million dong through British investment, top Vietnamese DOTA2 teams will face one another at the prestigious 'Playdota Stadium’ based in the heart of Hanoi on Sunday 29th May, hosted by Playdota.vn.
  81. </p>
  82. <h2>Home</h2>
  83. <p>
  84. LONDON, UK - We are happy to announce the launch of the inaugural Vietnamese Dota 2 'Gary Kimmelman Cup’. Boasting one of the largest prize pools ever seen in Vietnam DOTA eSports at nine million dong through British investment, top Vietnamese DOTA2 teams will face one another at the prestigious 'Playdota Stadium’ based in the heart of Hanoi on Sunday 29th May, hosted by Playdota.vn.
  85. </p>
  86. <h2>Home</h2>
  87. <p>
  88. LONDON, UK - We are happy to announce the launch of the inaugural Vietnamese Dota 2 'Gary Kimmelman Cup’. Boasting one of the largest prize pools ever seen in Vietnam DOTA eSports at nine million dong through British investment, top Vietnamese DOTA2 teams will face one another at the prestigious 'Playdota Stadium’ based in the heart of Hanoi on Sunday 29th May, hosted by Playdota.vn.
  89. </p>
  90. <h2>Home</h2>
  91. <p>
  92. LONDON, UK - We are happy to announce the launch of the inaugural Vietnamese Dota 2 'Gary Kimmelman Cup’. Boasting one of the largest prize pools ever seen in Vietnam DOTA eSports at nine million dong through British investment, top Vietnamese DOTA2 teams will face one another at the prestigious 'Playdota Stadium’ based in the heart of Hanoi on Sunday 29th May, hosted by Playdota.vn.
  93. </p>
  94. </div>
  95. </div>
  96. </body>
  97. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement