Advertisement
anggagmlg

Untitled

Aug 12th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>my.Biodata (Angga Gemilang)</title>
  5.     <style type="text/css">
  6.     table
  7.     {
  8.         border-color: #000;
  9.         border-collapse: collapse;
  10.         border-width: 1px;
  11.     }
  12.     /* berfungsi hanya untuk menengahkan posisi form */
  13.     form table
  14.     {
  15.         position: absolute;
  16.         left: 50%;
  17.         top: 45%;
  18.         transform: translate(-50%, -50%);
  19.     }
  20.     form table tr .aya p a
  21.       {
  22.         text-decoration: none;
  23.         color: #fff;
  24.         transition: .5s;
  25.       }
  26.       form table tr .aya p a:hover
  27.       {
  28.         color: #000;
  29.       }
  30.       form table tr .profil a
  31.       {
  32.         text-decoration: none;
  33.         color: #000;
  34.       }
  35.       form table tr .profil a:hover
  36.       {
  37.         text-decoration: underline;
  38.         position:
  39.       }
  40.       form table tr td img
  41.       {
  42.         background-size: cover;
  43.       }
  44.     </style>
  45. </head>
  46. <body>
  47.     <form name="form1" method="post" class="form1" action="index.html" align="center">
  48.         <table width="1200" border="1" height="520">
  49.             <tr>
  50.                 <th width="627" height="23" align="center" bgcolor="ffff99">
  51.                     <strong><font color="#cccccc" size="+4">Warko Restaurant</font></strong>
  52.                 </th>
  53.                 <th width="380" valign="top" bgcolor="993366" class="aya" rowspan="2">
  54.                     <p><a href="#">Home</a></p>
  55.                     <p><a href="#">Foods</a></p>
  56.                     <p><a href="#">Drinks</a></p>
  57.                     <p><a href="#">Contact</a></p>
  58.                     <p><a href="#">About Us</p>
  59.                 </th>
  60.             </tr>
  61.             <tr>
  62.             <td heigt="176" valign="center" align="center" valign="top" bgcolor="ffff99" class="angga">
  63.               <img src="https://2.bp.blogspot.com/-ML1SX0l5B6o/W3AB9yMK1dI/AAAAAAAAAlo/qQKp5NnvmC8gezUTM4zMJjFIyJpxfb2WACLcBGAs/s1600/menu.jpg" width="1000">
  64.             </td>
  65.           </tr>
  66.             <tr>
  67.                 <td width="50%" height="30" valign="center" bgcolor="ffff99" colspan="2" valign="center" align="center">Terimakasi telah mengunjungi toko kami</td>
  68.             </tr>
  69.         </table>
  70.     </form>
  71. </body>
  72. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement