Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Color Matters</title>
- <link rel="shortcut icon" type="image/png" href="img\favicons\">
- <link rel="stylesheet" type="text/css" href="style.css">
- <meta charset="UTF-8">
- <meta name="author" content="Jacob Howard">
- <meta name="description" content="a website!">
- <meta name="keywords" content="html">
- </head>
- <body>
- <nav id="bluenav">
- <a href="blue.html"><button class="bluebutton"><h1>Blue Matters</h1></button></a>
- <a href="green.html"><button class="greenbutton"><h1>Green Matters</h1></button></a>
- <a href="red.html"><button class="redbutton"><h1>Red Matters</h1></button></a>
- </nav>
- <article id="blueart">
- <h1 class="blueh">Blue Matters</h1>
- <p>
- 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.
- </p>
- <h4 class="blueh">Blue Website Examples</h4>
- <center>
- <a href="https://viveready.htcvr.com/" class="normal" target="_blank">HTC Vive</a><br>
- <a href="https://www.twitter.com/" class="normal" target="_blank">Twitter</a><br>
- <a href="http://www.blue.com/" class="normal" target="_blank">Blue</a>
- </center>
- </article>
- </body>
- </html>
Advertisement