Guest User

Untitled

a guest
Dec 7th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <title>Mobile First</title>
  6.         <link rel="stylesheet" href="./css/style.css">
  7.     </head>
  8.     <body>
  9.         <div class="page">
  10.             <header>
  11.                 <div class="header-inner">
  12.                 header
  13.                 </div>
  14.             </header>
  15.             <section class="content">
  16.                 content
  17.             </section>
  18.             <section class="form">
  19.                 form
  20.             </section>
  21.             <section class="feature-1">
  22.                 feat1
  23.             </section>
  24.             <section class="feature-2">
  25.                 feat2
  26.             </section>
  27.             <section class="feature-3">
  28.                 feat3
  29.             </section>
  30.             <footer>
  31.                 footer
  32.             </footer>
  33.         </div>
  34.     </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment