Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>Mobile First</title>
- <link rel="stylesheet" href="./css/style.css">
- </head>
- <body>
- <div class="page">
- <header>
- <div class="header-inner">
- header
- </div>
- </header>
- <section class="content">
- content
- </section>
- <section class="form">
- form
- </section>
- <section class="feature-1">
- feat1
- </section>
- <section class="feature-2">
- feat2
- </section>
- <section class="feature-3">
- feat3
- </section>
- <footer>
- footer
- </footer>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment