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="greennav">
- <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="greenart">
- <h1 class="greenh">Green Matters</h1>
- <p>
- Green itself can stimulate many things. Such as, nature, disgust, or happiness. It is often found with the color yellow, since that can also give off positive vibes.
- </p>
- <h4 class="greenh">Green Website Examples</h4>
- <center>
- <a href="http://www.publicis90.com/#/publicis90" class="normal" target="_blank">Publics90</a><br>
- <a href="https://www.edgehosting.com/" class="normal" target="_blank">Edge</a><br>
- <a href="https://www.upwork.com/" class="normal" target="_blank">Upwork</a>
- </center>
- </article>
- </body>
- </html>
Advertisement