Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. !DOCTYPE html>
  2. <html>
  3. <head>
  4. <title> NIM : 03082180061 </title>
  5. <style>
  6. *{ box-sizing:border-box; }
  7. /*sty;e the header*/
  8. header {background-color:#aec6cf;
  9. padding:20px;
  10. justify-content:space-between;
  11. text-align:center;
  12. color:black;
  13. }
  14. /*Container for flexbox*/
  15. section{display:-webkit-flex;
  16. display:flex;
  17. }
  18. /*Style the navigation menu*/
  19. nav{-webkit-flex: 1;
  20. -ms-flex:1;
  21. flex:1;
  22. background:#ccc;
  23. padding:20px;
  24. }
  25. /*style the list inside the menu*/
  26. nav ul {
  27. list-style-type: none;
  28. padding:0;
  29. }
  30. /*Style the content */
  31. article {
  32. -webkit-flex:3;
  33. -ms-flex:3;
  34. flex:3;
  35. background-color:#f1f1f1;
  36. padding:10px;
  37. }
  38. /*style the footer*/
  39. footer{
  40. background-color:#aec6cf;
  41. padding:10px;
  42. text-align:justify;
  43. color:white;
  44. }
  45.  
  46.  
  47. .true td { font-size:12px;}
  48. .tab{
  49. margin-top:5px;
  50. text-align : center;
  51. font-weight:bold;
  52. border:1px solid black
  53. }
  54. .tipe td {
  55. margin-top:10px;
  56. text-align : center;
  57. }
  58.  
  59. input {border-radius:15px;}
  60. </style>
  61. </head>
  62.  
  63. <body>
  64. <header>
  65. <table width="100%">
  66. <tr>
  67. <td align="center" width="20%" >
  68. <img width="100px" height="100px" src="logoo.png">
  69. </td>
  70. <td style=" font-size: 22px" width="60%">
  71. <b>UNIVERSITAS PELITA HARAPAN MEDAN </b>
  72. </td>
  73. <td class="true" width="20%">
  74. <i>True Knowledge</br>
  75. Faith in Christ</br>
  76. Godly Character</br>
  77. </td>
  78. </table>
  79. </header>
  80.  
  81. <table class="tab" width="100%">
  82. <tr>
  83. <td width="20%">
  84. <a href="#">Home </a>
  85. </td>
  86. <td width="20%">
  87. <a href="#">Profile</a>
  88. </td>
  89. <td width="20%">
  90. <a href="#">Registration</a>
  91. </td>
  92. <td width="20%">
  93. <a href="#">About Us</a>
  94. </td>
  95. <td width="20%">
  96. <a href="#"></a>
  97. </td>
  98. </tr>
  99. </table>
  100. <p align="right">
  101. Type your keyword here
  102. <input type="text" name= "search"/>
  103. </p>
  104.  
  105. <table align="center" >
  106. <tr>
  107. <td>
  108. <img width="300px" height="300px" src="csoup.png">
  109. </td>
  110. <td>
  111. <img width="300px" height="300px" src="kopi.jpg">
  112. </td>
  113. </tr>
  114. <tr>
  115. <td>
  116. <img width="300px" height="300px" src="pizza.png">
  117. </td>
  118. <td>
  119. <img width="300px" height="300px" src="spagetti.png">
  120. </td>
  121. </tr>
  122. </table>
  123.  
  124. <footer>
  125. <table align="center">
  126. <tr>
  127. <td>
  128. <img width="25" height="25" src="home.png"> &nbsp&nbsp Lippo Plaza Medan 5<sup>th</sup> - 7<sup>th</sup> Floors </br>
  129. </td>
  130. </tr>
  131. <tr>
  132. <td>
  133. <img width="25" height="25" src="call.png"> &nbsp&nbsp Telp (061)80511117, Fax(061) 8051113
  134. </td>
  135. </tr>
  136. </table>
  137. </footer>
  138. </body>
  139.  
  140. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement