Facebook
From Ivory Wigeon, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 312
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.         <meta charset="utf-8">
  5.         <title></title>
  6.         <link rel="stylesheet" href="style.css">
  7.         <script src="https://code.jquery.com/jquery-3.0.0.min.js"   integrity="sha256-JmvOoLtYsmqlsWxa7mDSLMwa6dZ9rrIdtrrVYRnDRH0="   crossorigin="anonymous"></script>
  8.         <script src="main.js"></script>
  9. </head>
  10. <body>
  11.         <header class="naglowek">
  12.         <h1>Nagłówek</h1>
  13.         </header>
  14.         <div class="content">
  15.         <section class="pierwsza">
  16.         <div class="gorny">
  17.                 <h2>Section 1</h2>
  18.         </div>
  19.                 <article>
  20.                         <p>Article 1</p>
  21.                 </article>
  22.                 <article>
  23.                         <p>Article 2</p>
  24.                 </article>
  25.                 <article>
  26.                         <p>Article 3</p>
  27.                 </article>
  28.                 <article>
  29.                         <p>Article 4</p>
  30.                 </article>
  31.                 <div class="usun">
  32.                 <button class="pierwszy">Usuń sekcję</button>
  33.                 </div>
  34.         </section>
  35.                 <section class="druga">
  36.         <div class="gorny">
  37.                 <h2>Section 2</h2>
  38.         </div>
  39.                 <article>
  40.                         <p>Article 1</p>
  41.                 </article>
  42.                 <article>
  43.                         <p>Article 2</p>
  44.                 </article>
  45.                 <article>
  46.                         <p>Article 3</p>
  47.                 </article>
  48.                 <article>
  49.                         <p>Article 4</p>
  50.                 </article>
  51.                 <div class="usun">
  52.                 <button class="drugi">Usuń sekcję</button>
  53.                 </div>
  54.         </section>
  55.                 <section class="trzecia">
  56.         <div class="gorny">
  57.                 <h2>Section 3</h2>
  58.         </div>
  59.                 <article>
  60.                         <p>Article 1</p>
  61.                 </article>
  62.                 <article>
  63.                         <p>Article 2</p>
  64.                 </article>
  65.                 <article>
  66.                         <p>Article 3</p>
  67.                 </article>
  68.                 <article>
  69.                         <p>Article 4</p>
  70.                 </article>
  71.                 <div class="usun">
  72.                 <button class="trzeci">Usuń sekcję</button>
  73.                 </div>
  74.         </section>
  75.                 <section class="czwarta">
  76.         <div class="gorny">
  77.                 <h2>Section 4</h2>
  78.         </div>
  79.                 <article>
  80.                         <p>Article 1</p>
  81.                 </article>
  82.                 <article>
  83.                         <p>Article 2</p>
  84.                 </article>
  85.                 <article>
  86.                         <p>Article 3</p>
  87.                 </article>
  88.                 <article>
  89.                         <p>Article 4</p>
  90.                 </article>
  91.                 <div class="usun">
  92.                 <button class="czwarty">Usuń sekcję</button>
  93.                 </div>
  94.         </section>
  95.                 <section class="piata">
  96.         <div class="gorny">
  97.                 <h2>Section 5</h2>
  98.         </div>
  99.                 <article>
  100.                         <p>Article 1</p>
  101.                 </article>
  102.                 <article>
  103.                         <p>Article 2</p>
  104.                 </article>
  105.                 <article>
  106.                         <p>Article 3</p>
  107.                 </article>
  108.                 <article>
  109.                         <p>Article 4</p>
  110.                 </article>
  111.                 <div class="usun">
  112.                 <button class="piaty">Usuń sekcję</button>
  113.                 </div>
  114.         </section>
  115.         </div>
  116.         <div class="clearer"></div>
  117.         <footer class="stopka">
  118.         <h1>Stopka</h1>
  119.         </footer>
  120. </body>
  121. </html>