Advertisement
Guest User

index.html sinau bareng

a guest
Sep 24th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.79 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3.    <html>
  4.     <head>
  5.         <title>Web Warung Tegal</title>
  6.         <style type="text/css">
  7.             header, section, footer, aside, nav, article, figure, figcaption {
  8.                 display: block;}
  9.             body {
  10.                 color: #666666;
  11.                 background-color: #f9f8f6;
  12.                 background-image: url("images/dark-wood.jpg");
  13.                 background-position: center;
  14.                 font-family: Georgia, Times, serif;
  15.                 line-height: 1.4em;
  16.                 margin: 0px;}
  17.             .wrapper {
  18.                 width: 940px;
  19.                 margin: 20px auto 20px auto;
  20.                 border: 2px solid #000000;
  21.                 background-color: #ffffff;}
  22.             header {
  23.                 height: 160px;
  24.                 background-image: url(images/header.png);}
  25.             h1 {
  26.                 text-indent: -9999px;
  27.                 width: 940px;
  28.                 height: 130px;
  29.                 margin: 0px;}
  30.             nav, footer {
  31.                 clear: both;
  32.                 color: #ffffff;
  33.                 background-color: #aeaca8;
  34.                 height: 30px;}
  35.             nav ul {
  36.                 margin: 0px;
  37.                 padding: 5px 0px 5px 30px;}
  38.             nav li {
  39.                 display: inline;
  40.                 margin-right: 40px;}
  41.             nav li a {
  42.                 color: #ffffff;}
  43.             nav li a:hover, nav li a.current {
  44.                 color: #000000;}
  45.             section.courses {
  46.                 float: left;
  47.                 width: 659px;
  48.                 border-right: 1px solid #eeeeee;}
  49.             article {
  50.                 clear: both;
  51.                 overflow: auto;
  52.                 width: 100%;}
  53.             hgroup {
  54.                 margin-top: 40px;}
  55.             figure {
  56.                 float: left;
  57.                 width: 290px;
  58.                 height: 220px;
  59.                 padding: 5px;
  60.                 margin: 20px;
  61.                 border: 1px solid #eeeeee;}
  62.             figcaption {
  63.                 font-size: 90%;
  64.                 text-align: left;}
  65.             aside {
  66.                 width: 230px;
  67.                 float: left;
  68.                 padding: 0px 0px 0px 20px;}
  69.             aside section a {
  70.                 display: block;
  71.                 padding: 10px;
  72.                 border-bottom: 1px solid #eeeeee;}
  73.             aside section a:hover {
  74.                 color: #985d6a;
  75.                 background-color: #efefef;}
  76.             a {
  77.                 color: #de6581;
  78.                 text-decoration: none;}
  79.             h1, h2, h3 {
  80.                 font-weight: normal;}
  81.             h2 {
  82.                 margin: 10px 0px 5px 0px;
  83.                 padding: 0px;}
  84.             h3 {
  85.                 margin: 0px 0px 10px 0px;
  86.                 color: #de6581;}
  87.             aside h2 {
  88.                 padding: 30px 0px 10px 0px;
  89.                 color: #de6581;}
  90.             footer {
  91.                 font-size: 80%;
  92.                 padding: 7px 0px 0px 20px;}
  93.         </style>
  94.         <!--[if lt IE 9]>
  95.         <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  96.         <![endif]-->
  97.     </head>
  98.     <body>
  99.         <div class="wrapper">
  100.             <header>
  101.                 <h1>Warung Tegal</h1>
  102.                 <nav>
  103.                     <ul>
  104.                         <li><a href="" class="current">beranda</a></li>
  105.                         <li><a href="">daftar masakan</a></li>
  106.                         <li><a href="">katering</a></li>
  107.                         <li><a href="">tentang</a></li>
  108.                         <li><a href="">kontak</a></li>
  109.                     </ul>
  110.                 </nav>
  111.             </header>
  112.             <section class="courses">
  113.                 <article>
  114.                     <figure>
  115.                         <img src="images/soto.jpg" alt="soto" />
  116.                         <figcaption>Soto Indonesia</figcaption>
  117.                     </figure>
  118.                     <hgroup>
  119.                         <h2>Soto Ayam</h2>
  120.                         <h3>Makanan Berkuah</h3>
  121.                     </hgroup>
  122. <p>Soto ayam adalah makanan khas Indonesia yang berupa sejenis sup ayam dengan kuah yang berwarna kekuningan.</p>
  123.                 </article>    
  124.                 <article>
  125.                     <figure>
  126.                         <img src="images/pecel.jpg" alt="pecel" />
  127.                         <figcaption>Pecel Indonesia</figcaption>
  128.                     </figure>
  129.                     <hgroup>
  130.                         <h2>Masakan Pecel</h2>
  131.                         <h3>Makanan dengan Bumbu Kacang</h3>
  132.                     </hgroup>
  133.                     <p>Pecel adalah makanan yang menggunakan bumbu sambal kacang sebagai bahan utamanya yang dicampur dengan aneka jenis sayuran.</p>
  134.                 </article>    
  135.             </section>
  136.             <aside>
  137.                 <section class="popular-recipes">
  138.                     <h2>Masakan Populer</h2>
  139.                     <a href="">Sayur Sop</a>
  140.                     <a href="">Sayur Asem</a>
  141.                     <a href="">Sayur Lodeh</a>
  142.                     <a href="">Sayur Bayam</a>
  143.                 </section>
  144.                 <section class="contact-details">
  145.                     <h2>Kontak</h2>
  146.                     <p>Warung Tegal<br />
  147.                         di seluruh indonesia
  148.                 </section>
  149.             </aside>
  150.             <footer>
  151. &copy; 2015 Warung Tegal
  152.             </footer>
  153.         </div><!-- .wrapper -->
  154.     </body>
  155.    </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement