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="rednav">
- <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="redart">
- <h1 class="redh">Red Matters</h1>
- <p>
- The color red often influences anger, love, or critical conditions. It's very likely one of the most mysterious colors since it can give off so many emotions at once.
- </p>
- <h4 class="redh">Red Website Examples</h4>
- <center>
- <a href="http://www.red.com/" class="normal" target="_blank">Red</a><br>
- <a href="http://www.outmonsterthemonster.com/" class="normal" target="_blank">Triple 9</a><br>
- <a href="http://dada-data.net/en/" class="normal" target="_blank">DATA-DATA</a>
- </center>
- </article>
- </body>
- </html>
Advertisement