<html> <head> <link rel="stylesheet" type="text/css" href="sheet1.css"> <link rel="bookmark icon" type="image/png" href="images/h2.png"> <title>haywalk's Website</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> html{ background: linear-gradient(purple, red, yellow) fixed; padding: 0; margin: 0; } a{color: blue;}a:hover{color:red;} body{ width: 90%; max-width: 680; min-height: 800; padding: 10; margin-right: auto; margin-left: auto; margin-top: 30; margin-bottom: 30; background-color: white; border: 5px solid black; border-radius: 25px; } </style> </head> <body> <center> <h1>haywalk's programming projects</h1> </center> <hr> Hello, World! <a href="http://www.haywalk.ca">Click here</a> to visit my personal website, or <a href="https://https://github.com/haywalk">click here</a> to visit my Github page. <br><br> </body> </html>