Tugas-3-pweb

 Dokumentasi :

<!DOCTYPE html>
<html>
    <head>
        <title>Web Warung Tegal</title>
    </head>
    <style>
        headersectionfooterasidenavarticlefigurefigcaption,img {
    displayblock;}
body {
    color#666666;
    background-color#f9f8f6;
    background-imageurl("./foto/bg.jpg");
    background-sizecover;
    background-position-y70%;
    font-familyVerdanaGenevaTahomasans-serif;
    line-height1.4em;
    margin0px;}
img {
    height190px;
    width290px;
    object-fit:fill;
}
.cont{
    displayflex;
    flex-directionrow;
}
.wrapper {
    width940px;
    margin20px auto 20px auto;
    border2px solid #51c8ff;
    background-color#ffffff;}
header {
    height160px;
    background-imageurl(./foto/header.png);
    background-size100%;}
h1 {
    width940px;
    height130px;
    margin0px 30px 0px 30px;
    color:rgba(0000);}
navfooter {
    clearboth;
    color#1d1d1d;
    background-color#ff8a3c;
    height30px;}
nav ul {
    margin0px;
    padding0px 0px 5px 30px;}
nav li {
    displayinline;
    margin-right40px;}
nav li a {
    color#1f1f1f;}
nav li a:hovernav li a.current {
    color#717270;}
section.courses {
    displayflex;
    flex-directioncolumn;
    floatleft;
    width659px;
    border-right1px solid #eeeeee;
    margin15px;}
article {
    clearboth;
    overflowauto;
    width100%;}
hgroup {
    margin-top40px;}
figure {
    floatleft;
    width290px;
    height220px;
    padding5px;
    margin20px;
    border1px solid #eeeeee;}
figcaption {
    font-size90%;
    text-aligncenter;}
aside {
    width230px;
    floatleft;
    padding0px 0px 0px 20px;}
aside section a {
    displayflex;
    padding10px;
    border-bottom1px solid #eeeeee;}
aside section a:hover {
    color#985d6a;
    background-color#efefef;}
a {
    color#dd4701;
    text-decorationnone;}
h1h2h3 {
    font-weightnormal;}
h2 {
    margin10px 0px 5px 0px;
    padding0px;}
h3 {
    margin0px 0px 10px 0px;
    color#01a1dd;}
aside h2 {
    padding30px 0px 10px 0px;
    color#01a1dd;}
footer {
    font-size80%;
    padding7px 0px 0px 20px;}
    </style>
    <body>
        <div class="wrapper">
            <header>
                <h1>Warung Tegal</h1>
                 <nav>
                   <ul>
                   <li><a href="" class="current">beranda</a></li>
                   <li><a href="">daftar masakan</a></li>
                   <li><a href="">katering</a></li>
                   <li><a href="">tentang</a></li>
                   <li><a href="">kontak</a></li>
                  </ul>
                 </nav>
               </header>
               <div class="cont">
               <section class="courses">
                <iframe width="600" height="345" src="https://www.youtube.com/embed/mTPhFUQnpAU"
                title="YouTube video player" frameborder="0"
                allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
                style="margin: 20px;" allowfullscreen></iframe>
                <article>
                  <figure>
                   <img src="./foto/pecel.jpg" alt="pecel" />
                   <figcaption>Pecel Indonesia</figcaption>
                  </figure>
                  <hgroup>
                       <h2>Masakan Pecel</h2>
                   <h3>Makanan dengan Bumbu Kacang</h3>
                  </hgroup>
                  <p>Pecel adalah makanan yang menggunakan bumbu sambal 
                  kacang dicampur dengan berbagai jenis sayuran</p>
                </article> 
                <article>
                    <figure>
                     <img src="./foto/rawon.jpg" alt="pecel" />
                     <figcaption>Rawon Indonesia</figcaption>
                    </figure>
                    <hgroup>
                         <h2>Rawon Daging</h2>
                     <h3>Makanan Berkuah</h3>
                    </hgroup>
                    <p>Rawon  merupakan  kuliner khas Jawa Timur, berupa sup daging dengan kuah berwarna hitam.
                        Warna hitam dari kuah Rawon berasal dari buah kepayang atau sering disebut dengan kluwak.
                    </p>
                </article>          
                <article>
                  <figure>
                   <img src="./foto/soto.jpg" alt="soto" />
                   <figcaption>Soto Indonesia</figcaption>
                  </figure>
                  <hgroup>
                   <h2>Soto Ayam</h2>
                   <h3>Makanan Berkuah</h3>
                  </hgroup>
                  <p>Soto ayam adalah makanan khas Indonesia yang berupa 
                  sejenis sup ayam dengan kuah yang berwarna kekuningan.</p>
                </article>
               </section>
               <aside>
                <section class="popular-recipes">
                 <h2>Masakan Populer</h2>
                   <a href="">Sayur Sop</a>
                   <a href="">Sayur Asem</a>
                   <a href="">Sayur Lodeh</a>
                   <a href="">Sayur Bayam</a>
                </section>
                <section class="contact-details">
                 <h2>Kontak</h2>
                  <p>Warung Tegal<br />
                  di seluruh indonesia
                </section>
              </aside></div>
              <footer>
                &copy; 2021 Riki Mi'roj A
            </footer>
        </div>
    </body>
</html>

Comments

Popular posts from this blog

Latihan AJAX

EVALUASI AKHIR SEMESTER REKAYASA KEBUTUHAN A