bez nazwy
Dodano w dniu 2021-10-09 przez niezarejestrowanego użytkownika
Przystosuj do skopiowania Zgłoś
<!DOCTYPE html>
<html lang="en">

<head>
     <meta charset="UTF-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>Ćwiczenie</title>
<style>
html, body {
     padding: 0;
     margin: 0;
}

* {
     box-sizing: border-box;
}

header, section, footer {
     width: 100%; /* domyślne, ale i tak */
}

header {
     padding: 5px;

     height: 20vh;

     background-color: #d0e4f5;
     text-align: center;
}

section {
     height: 70vh;

     position: relative;

     background-color: #333;
}

section nav {
     padding: 5px;
    
     height: 70vh;

     width: 30%;
     float: left;

     background-color: #ffffffff;

     overflow: auto;
}

section article {
     padding: 5px;

     height: 70vh;

     width: 70%;
     float: left;

     background-color: #aeaeae;

     overflow: auto;
}

footer {
     height: 10vh;
     text-align: center;
     padding: 5px;

     clear: both;

     background-color: #6592b9;
}

</style>
</head>

<body>
     <header>
          <h2>MOVIES</h2>
     </header>

     <section>
          <nav>
               <ul>
                    <li>AVENGERS</li>
                    <li>SAW</li>
                    <li>JOCKER</li>
               </ul>
          </nav>

          <article>
               <h3>AVENGERS</h3>
               <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration
                    in some form, by injected humour, or randomised words which don't look even slightly believable. If you
                    are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden
                    in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks
                    as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200
                    Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks
                    reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or
                    non-characteristic words etc.</p>
               <p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and
                    more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
               </p>
               <p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text,
                    and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have
                    evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
          </article>
     </section>

     <footer>
          Movies 2021, &copy; Piotr Greczka
     </footer>
</body>

</html>

Czynności negatywnie wpływające na pracę strony i działające na niekorzyść, bądź wręcz szkodę użytkowników, są zabronione i będą karane!
Administrator strony nie bierze odpowiedzialności za dodawane treści
Wszystkie treści, zwłaszcza łamiące zasady dobrej etyki, mogą zostać zmoderowane w każdej chwili po uprzednim kontakcie z Administratorem
FAQ | Wykonał Piotr Greczka | Facebook twórcy (kontakt)