Advertisement
anggagmlg

Untitled

Aug 16th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Angga Gemilang</title>
  5.     <style type="text/css">
  6.         header
  7.         {
  8.             position: absolute;
  9.             left: 50%;
  10.             top: 12%;
  11.             transform: translate(-50%, -50%);
  12.             width: 65%;
  13.             z-index: 2;
  14.             height: 12%;
  15.             background: #292929;
  16.             box-shadow: 7px 7px 20px 5px;
  17.         }
  18.         header p
  19.         {
  20.             text-align: center;
  21.             padding: 20px 20px;
  22.             text-transform: uppercase;
  23.             color: #fff;
  24.             font-size: 20pt;
  25.         }
  26.         .container
  27.         {
  28.             z-index: 1;
  29.             position: absolute;
  30.             left: 50%;
  31.             top: 55%;
  32.             transform: translate(-50%, -50%);
  33.             width: 65%;
  34.             height: 75%;
  35.             background: grey
  36.             ;
  37.         }
  38.         .container .lseparator
  39.         {
  40.             float: left;
  41.             width: 50%;
  42.             height: 100%;
  43.             background: grey;
  44.         }
  45.         .container .lseparator img
  46.         {
  47.             height: 400px;
  48.             position: relative;
  49.             margin: 5px 180px;
  50.         }
  51.         .container .rseparator
  52.         {
  53.             position: relative;
  54.         }
  55.         .container .rseparator .ad
  56.         {
  57.             box-sizing: border-box;
  58.             margin-top: 70px;
  59.         }
  60.         .container .rseparator .vd
  61.         {
  62.             margin-top: 136px;
  63.             margin-right: -26px;
  64.         }
  65.         .border-line
  66.         {
  67.             height: 57%;
  68.             left: 51%;
  69.             top: 27%;
  70.             z-index: 3;
  71.             position: absolute;
  72.             width: 4px;
  73.             background-color: #000;
  74.         }
  75.         .container .rseparator .greet
  76.         {
  77.             position: absolute;
  78.             right: 1%;
  79.             bottom: 0%;
  80.             top: 106%;
  81.         }
  82.     </style>
  83. </head>
  84. <body>
  85.     <header>
  86.         <p>Nella Kharisma</p>
  87.     </header>
  88.     <div class="container">
  89.         <div class="lseparator">
  90.             <h2 style="text-transform: uppercase; text-align: center; margin-top: 40px;">The Dangduters</h2>
  91.             <img src="nella.jpg">
  92.             <h1 align="center" style="margin-top: -2px;">Biodata</h1>
  93.             <ul style="margin: -10px; font-size: 15pt; margin-left: 155px;">
  94.                 <li>Nama : Nella Charisma
  95.                     <li>TTL : Nganjuk, 4 November 1994
  96.                         <li>Tinggi : 162 CM
  97.                             <li>Agama : Islam
  98.                                 <li>Label Rekaman : Samudera Record
  99.                                     <li>Mulai Aktif dalam perdangdutan : 2014</li>
  100.                                 </li>
  101.                             </li>
  102.                         </li>
  103.                     </li>
  104.                 </li>
  105.             </ul>
  106.         </div>
  107.         <div class="rseparator">
  108.                 <div class="greet"><font color="#fff">Made With love by Angga</font></div>
  109.             <div align="center" class="ad">
  110.                 <h2 style="margin-bottom: 50px;">Nella kharisma = Jaran Goyang</h2>
  111.                 <audio autoplay="autoplay" controls="controls">
  112.                         <source src="" type="audio/mpeg">
  113.                 </audio></div><br>
  114.  
  115.             <div align="center" class="vd">
  116.                 <h2>Nella kharisma = Jaran Goyang</h2>
  117.                 <video controls="controls" width="45%">
  118.                         <source src="" type="video/mp4">
  119.                 </video>
  120.             </div>
  121.         </div>
  122.     </div>
  123.     <div class="border-line"></div>
  124. </body>
  125. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement