document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.     <meta charset="utf-8">
  6.     <meta name="viewport" content="width-device-width, initial-scale=1">
  7.     <title>Profile</title>
  8.  
  9. </head>
  10.  
  11. <body>
  12.  
  13.     <!-- STYLES -->
  14.  
  15.     <style {csp-style-nonce}>
  16.         * {
  17.             padding: 0;
  18.             margin: 0;
  19.             font-family: sans-serif;
  20.         }
  21.  
  22.         a {
  23.             color: inherit;
  24.             text-decoration: none;
  25.         }
  26.  
  27.         .container {
  28.             width: 80%;
  29.             margin: 0 auto;
  30.         }
  31.  
  32.         .container:after {
  33.             content: \'\';
  34.             display: block;
  35.             clear: both;
  36.         }
  37.  
  38.         header h1 {
  39.             float: left;
  40.             padding: 15px 0px;
  41.             color: #1E90FF;
  42.         }
  43.  
  44.         header ul {
  45.             float: right;
  46.         }
  47.  
  48.         header ul li {
  49.             display: inline-block;
  50.         }
  51.  
  52.         header ul li a {
  53.             padding: 25px 20px;
  54.             display: inline-block;
  55.         }
  56.  
  57.         header ul li a:hover {
  58.             background-color: #1E90FF;
  59.             color: #fff;
  60.         }
  61.  
  62.         .active {
  63.             background-color: #1E90FF;
  64.             color: #fff;
  65.         }
  66.  
  67.  
  68.         section {
  69.             padding: 50px 0;
  70.         }
  71.  
  72.         section h3 {
  73.             text-align: center;
  74.             padding: 20px 0;
  75.             color: #1E90FF;
  76.  
  77.         }
  78.  
  79.         .profile p {
  80.             word-spacing: 2px;
  81.             line-height: 25px;
  82.             text-align: left;
  83.             padding: 30px 20px;
  84.             float: left;
  85.         }
  86.  
  87.         footer {
  88.             padding: 50px 0;
  89.             background-color: #333;
  90.             color: #fff;
  91.             text-align: center;
  92.         }
  93.     </style>
  94.     </head>
  95.  
  96.     <body>
  97.  
  98.  
  99.         <!--Profile -->
  100.         <section class="profile">
  101.             <div class="container">
  102.                 <h3>Profile</h3><a href="https://ibb.co/KhnGWpp"><img src="https://i.ibb.co/025XrRR/453365.jpg" alt="fotoku1" width="300" height="400" align="left"></a>
  103.                 <p>Name : Muhammad Rivadhli Purnomo <br>
  104.                     Date of Birth : Makassar, 16 Agustus 2000 <br>
  105.                     Profession : Mahasiswa <br>
  106.                     Institusi : Institut Teknologi Sepuluh Nopember <br>
  107.                     No : 082348149321</p>
  108.             </div>
  109.         </section>
  110.  
  111.     </body>
  112.  
  113. </html>
');