Advertisement
Guest User

HTML Source Code

a guest
May 25th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.94 KB | None | 0 0
  1. HTML SOURCE CODE :
  2.  
  3.  
  4. <!doctype html>
  5. <html lang="en">
  6.   <head>
  7.     <!-- Required meta tags -->
  8.     <meta charset="utf-8">
  9.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  10.     <!-- Bootstrap CSS -->
  11.     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
  12.    
  13.     <link href="https://fonts.googleapis.com/css?family=Montserrat:200,400,600&display=swap" rel="stylesheet">
  14.  
  15.     <link rel="stylesheet" href="style.css"
  16.    
  17.    <title>Naufal Syakir</title>
  18.   </head>
  19.   <body>
  20.    
  21.  
  22.     <div class="container mt-5"></div>
  23.     <div class="card " style="background-color: #050a27">
  24.         <div class="card-body pl-5 pb-3">
  25.                 <nav class="nav">
  26.                   <h5 class="mr-3">Naufal<br>Syakir</h5>
  27.                         <a class="nav-link active" href="#">Home</a>
  28.                         <a class="nav-link" href="#">Schedule</a>
  29.                         <a class="nav-link" href="#">Pricing</a>
  30.                         <a class="nav-link" href="#">Contact</a>
  31.                 </nav>
  32.                
  33.                 <div class="row main mt-5">
  34.                   <div class="col-md-6">
  35.                     <h1 class="display-3">Your Personal Next <span>Expert</span> Student</h1>
  36.                     <p>Hello, saya akan membantu anda agar mendapatkan ranking 1 di sekolah. Eaa</p>
  37.                     <button class="btn btn-lg">Segera daftarkan diri anda, sekarang!</button>
  38.                   </div>
  39.                 </div>
  40.  
  41.         </div>
  42.       </div>
  43.  
  44.  
  45.     <!-- Optional JavaScript -->
  46.     <!-- jQuery first, then Popper.js, then Bootstrap JS -->
  47.     <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
  48.     <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
  49.     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
  50.   </body>
  51. </html>
  52.  
  53.  
  54.  
  55.  
  56. Stye CSS Source Code :
  57.  
  58. body {
  59.     font-family: 'Montserrat', sans-serif;
  60. }
  61.  
  62. nav, nav a {
  63.     text-transform: uppercase;
  64.     color: white
  65. }
  66.  
  67. nav a.active {
  68.     color: #475CFD;
  69.     font-weight: bold;
  70. }
  71.  
  72. nav a:hover {
  73.     color: #475CFD;
  74. }
  75.  
  76. nav h5 {
  77.     font-weight: bold;
  78. }
  79.  
  80. .main {
  81.     color: white
  82. }
  83.  
  84. .main h1 span {
  85.     font-weight: 600;
  86.     color: #475CFD;
  87. }
  88.  
  89. .main p {
  90.     font-size: 20px;
  91.     font-weight: 100;
  92.     margin-top: 20px;
  93. }
  94.  
  95. .main button {
  96.     background-color: #FF4887;
  97.     color: white;
  98.     margin-top: 20px;
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement