HTML

blue.html

Mar 11th, 2017
163
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.20 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Color Matters</title>
  5. <link rel="shortcut icon" type="image/png" href="img\favicons\">
  6. <link rel="stylesheet" type="text/css" href="style.css">
  7. <meta charset="UTF-8">
  8. <meta name="author" content="Jacob Howard">
  9. <meta name="description" content="a website!">
  10. <meta name="keywords" content="html">
  11. </head>
  12.  
  13. <body>
  14. <nav id="bluenav">
  15. <a href="blue.html"><button class="bluebutton"><h1>Blue Matters</h1></button></a>
  16. <a href="green.html"><button class="greenbutton"><h1>Green Matters</h1></button></a>
  17. <a href="red.html"><button class="redbutton"><h1>Red Matters</h1></button></a>
  18. </nav>
  19. <article id="blueart">
  20. <h1 class="blueh">Blue Matters</h1>
  21. <p>
  22. Blue can also, much like green, simulate nature since it is considered the natural color of water. It can also give off a sad feeling, or emotional. Sometimes; even content.
  23. </p>
  24. <h4 class="blueh">Blue Website Examples</h4>
  25. <center>
  26. <a href="https://viveready.htcvr.com/" class="normal" target="_blank">HTC Vive</a><br>
  27. <a href="https://www.twitter.com/" class="normal" target="_blank">Twitter</a><br>
  28. <a href="http://www.blue.com/" class="normal" target="_blank">Blue</a>
  29. </center>
  30. </article>
  31. </body>
  32.  
  33. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment