My code:
<DOCTYPE! HTML>
<html>
<head>
<title>Miles Bordak Creations.Co</title>
Favicon Code Go Here
<style>
body {
background: #FFFAFB;
margin: 0;
}
#backgroundImage {
border: none;
height: 100%;
pointer-events: none;
position: fixed;
top: 4;
visibility: hidden;
width: 100%;
}
[show-background-image] #backgroundImage {
visibility: visible;
</style>
</head>
<div>Miles Bordak Creations.Co</div>
<h2>Hello!</h2>
<p>My name is Miles Bordak</p>
<p>I make HTML, C++, and Python creations. This is a link to <a href="http://bit.ly/3m1PJXX">A.I.D.S. Bot</a> that I made in 2023.</p>
<img src="Chess Bot.png">
<style>
p {
font-family: sans-serif;
font-size: 19px;
color: jetblack;
}
</style>
</html>
Thanks, Miles Bordak