Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
- <title>Homework 1</title>
- </head>
- <body>
- <div class="w3-container">
- <div class="w3-container w3-grey">
- <div style="width:115px" class="w3-panel w3-white w3-border w3-border-orange">
- <h5>DIWS.com</h5>
- </div>
- <p>How much can you remember?</p>
- </div>
- <div class="w3-container w3-white w3-center">
- <button class="w3-button w3-orange w3-text-white w3-margin">HOME</button>
- <button class="w3-button w3-orange w3-text-white w3-margin">ABOUT</button>
- <button class="w3-button w3-orange w3-text-white w3-margin">CONTACT</button>
- </div>
- <div class="w3-container w3-grey">
- <div class="w3-panel w3-white w3-text-orange w3-margin">
- <h2 >Home</h2>
- <section class="w3-panel w3-white w3-center ">
- <p>Welcome to the new website for everything you ever wanted to know about Developing Interactive Web Solutions.</p>
- <p>We will be learning about the tools and frameworks you need to get ahead in the front-end design and development industry.</p>
- <img class="w3-image" src="344071.jpg">
- <br/>
- <a class="w3-text-blue" href="#">Click here to contact us.</a>
- </section>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment