Advertisement
Guest User

Untitled

a guest
Feb 9th, 2018
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title>Home</title>
  6. <style>
  7. body {
  8.  
  9. width: 100%;
  10. background-color: #F5F5F5;
  11. font-family: 'Clear Sans', 'Helvetica Neue', Arial, sans-serif;
  12. font-size: 18px;
  13. color: #4f8295;
  14. }
  15.  
  16. #contestsDIV
  17. {
  18. width: 100%;
  19. margin-left: auto;
  20. margin-right: auto;
  21. margin-top: 0;
  22. margin-bottom: 0;
  23. max-width: 62.5rem;
  24. background: #fff;
  25. padding: 15px;
  26.  
  27. }
  28. #logoDIV
  29. {
  30. display:inline-block;
  31. width: 49%;
  32. }
  33.  
  34. #menuDIV
  35. {
  36. display: inline-block;
  37. vertical-align: top;
  38. width: 50%;
  39. text-align: right;
  40. }
  41. #menuDizajn
  42. {
  43. background-color: #008cba;
  44. text-decoration: none;
  45. border-color: #007295;
  46. color: white;
  47. padding: 15px;
  48. }
  49.  
  50. #hrDIV
  51. {
  52. border: solid #dddddd;
  53. border-width: 1px 0 0;
  54. clear: both;
  55. margin: 1.25rem 0 1.1875rem;
  56. height: 0;
  57. }
  58. #FooterTextDiv
  59. {
  60. display: inline-block;
  61. width: 50%;
  62.  
  63. }
  64.  
  65. #FooterDizajnDiv
  66. {
  67. display: inline-block;
  68. width: 49%;
  69. text-align: right;
  70. }
  71.  
  72. </style>
  73. </head>
  74. <body>
  75. <div id="contestsDIV">
  76. <div id="logoDIV">
  77. <img src="Images/ukim-logo-9.png" />
  78. <img src="Images/finki-logo-9-en.png" />
  79. </div>
  80. <div id="menuDIV">
  81. <a href="s.html" id="menuDizajn">Home</a>
  82. <a href="news.html" id="menuDizajn">News</a>
  83. <a href="about.html" id="menuDizajn">About</a>
  84. <a href="contact.html" id="menuDizajn">Contact</a>
  85. </div>
  86. <img src="Images/walle.jpg" style="width: 100%" />
  87. <hr id="hrDIV" />
  88. <img src="Images/walle-1.png" style="padding-right: 20px; width: 40px; height: 40px; float: left; /"
  89. <section>
  90. <h2 style="color:#4f8295">This is a content section</h2>
  91. <p style="color: #4f8295">Корисник: Сулимани Фисник
  92. Office365 ID: fisnik.sulimani@students.finki.ukim.mk
  93. Email: fisnik.sulimani@students.finki.ukim.mk
  94. Alternative Email: fisnik23sulimani@outlook.com Change Alt Email</p>
  95. </section>
  96. <img src="Images/walle-2.jpg" style="padding-right: 20px; width: 400px; height: 300px; float: right; /"
  97. <br><br><br><br><br><br><br><br>
  98. <section>
  99. <h2 style="color:#4f8295">This is a content section</h2>
  100. <p style="color: #4f8295">Корисник: Сулимани Фисник
  101. Office365 ID: fisnik.sulimani@students.finki.ukim.mk
  102. Email: fisnik.sulimani@students.finki.ukim.mk
  103. Alternative Email: fisnik23sulimani@outlook.com Change Alt Email</p>
  104. </section>
  105. <hr id="hrDIV" />
  106. <div id="FooterTextDiv">@Faculty of informatic science and Engeenering</div>
  107.  
  108. <div id="FooterDizajnDiv">
  109. <a href="s.html">Home</a>
  110. <a href="news.html">News</a>
  111. <a href="about.html" >About</a>
  112. <a href="contact.html" >Contact</a>
  113. </div>
  114. </div>
  115. </body>
  116. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement