ernasjobs

Refresher

Oct 9th, 2019
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta name="viewport" content="width=device-width, initial-scale=1">
  5.     <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  6.     <title>Homework 1</title>
  7.  
  8. </head>
  9. <body>
  10.     <div class="w3-container">
  11.         <div   class="w3-container w3-grey">
  12.   <div style="width:115px" class="w3-panel w3-white w3-border w3-border-orange">
  13.     <h5>DIWS.com</h5>
  14.   </div>
  15.   <p>How much can you remember?</p>
  16. </div>
  17. <div class="w3-container w3-white w3-center">
  18. <button class="w3-button w3-orange w3-text-white w3-margin">HOME</button>
  19. <button class="w3-button w3-orange w3-text-white  w3-margin">ABOUT</button>
  20. <button class="w3-button w3-orange w3-text-white  w3-margin">CONTACT</button>  
  21. </div>
  22. <div class="w3-container w3-grey">
  23.             <div class="w3-panel w3-white w3-text-orange w3-margin">
  24.             <h2 >Home</h2>
  25.             <section class="w3-panel w3-white  w3-center ">
  26.             <p>Welcome to the new website for everything you ever wanted to know about Developing Interactive Web Solutions.</p>
  27.             <p>We will be learning about the tools and frameworks you need to get ahead in the front-end design and development industry.</p>
  28.            
  29.             <img class="w3-image" src="344071.jpg">
  30.             <br/>
  31.             <a class="w3-text-blue" href="#">Click here to contact us.</a>
  32.         </section>
  33.             </div>
  34.        
  35. </div>
  36.     </div>
  37.  
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment