Advertisement
mnaufaldillah

index tugas4

Sep 26th, 2021
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.54 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Mahani Collection</title>
  4.         <link rel="stylesheet" href="custom.css"/>
  5.     </head>
  6.     <body>
  7.         <div class="header">
  8.             <div class="jarak">
  9.                 <h2>Mahani Collection</h2>
  10.             </div>
  11.         </div>
  12.         <div class="menu">
  13.             <ul>
  14.                 <li><a href="#">Home</a></li>
  15.                 <li><a href="#">About</a></li>
  16.                 <li><a href="#">Store</a></li>
  17.                 <li><a href="#">Contact</a></li>
  18.             </ul>
  19.         </div>
  20.         <div class="content">
  21.             <div class="jarak">
  22.                 <!-- kiri -->
  23.                 <div class="kiri">
  24.                     <!-- blog -->
  25.                     <div class="border">
  26.                         <div class="jarak">
  27.                             <img style="height: 150px; height: 150px;" src="images/magazines.jpg">
  28.                             <h3>AUTOMOBILSPORT Magazine</h3>
  29.                             <p>AUTOMOBILSPORT will continue to inject life into the topics covered in powerslide and thus offer its readers the usual spectrum
  30.                                 in a new format. This is defined in the subtitle: Racing, History and Passion. Three carefully considered terms that are familiar
  31.                                 in the German as well as the English speaking worlds.
  32.                             </p>
  33.                             <button class="btn">Read More ..</button>
  34.                         </div>
  35.                     </div>
  36.                     <div class="border">
  37.                         <div class="jarak">
  38.                             <img style="height: 150px; height: 150px;" src="images/books.jpg">
  39.                             <h3>Taking the World by Storm</h3>
  40.                             <p>It’s the start of the 1997 season. Once more, sportscar racing is on the cusp of something new, something different.
  41.                                 Change is in the air, and people don’t like change, except Larry Payne. He can cope with change … he can exploit it.
  42.                                 He can take the rulebook by the scruff of the neck and shake it. If there’s a loophole, he’ll find it, and drive a car
  43.                                 straight through it … his car, the new Laser Strike.
  44.                             </p>
  45.                             <button class="btn">Read More ..</button>
  46.                         </div>
  47.                     </div>
  48.                     <!-- end blog -->
  49.                 </div>
  50.                 <!-- kiri -->
  51.                 <!-- kanan -->
  52.                 <div class="kanan">
  53.                     <div class="jarak">
  54.                         <h3>CATEGORY</h3>
  55.                         <hr/>
  56.                         <p><a href="#" class="undercor">Games</a></p>
  57.                         <p><a href="#" class="undercor">Books</a></p>
  58.                         <p><a href="#" class="undercor">Models</a></p>
  59.                         <p><a href="#" class="undercor">DVDs</a></p>
  60.                         <p><a href="#" class="undercor">Prints</a></p>
  61.                         <p><a href="#" class="undercor">Magazine</a></p>
  62.                         <p><a href="#" class="undercor">Featured Collection</a></p>
  63.                     </div>
  64.                 </div>
  65.                 <!-- kanan -->
  66.             </div>            
  67.         </div>
  68.         <div class="footer">
  69.             <div class="jarak">
  70.                 <p>copyright 2021 MNaufaldillah all reserved</p>
  71.             </div>
  72.         </div>
  73.     </body>
  74. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement