text-background-color-changes

This commit is contained in:
Ada S 2023-06-23 16:00:07 -07:00
parent 8561812ce3
commit ccd2c34aee
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,6 @@
body {
background-color:rgb(255, 202, 58);
}
}
#Welcome {background-color: rgb(93, 163, 255);}
#hi {background-color: rgb(255, 238, 0);}

View File

@ -1,7 +1,8 @@
<html><head> <link rel="stylesheet" href="index.css"/> </head>
<body>
<h1> GREETINGS! </h1>
<p>Hi! Welcome to my website! Here you can explore and by products like my chapter books and graphic novels. Mysteries, magic, freindship, and so much more fun awaits you! Feel free to</p>
<h1 id="hi"> GREETINGS! </h1>
<p id="Welcome">Hi! Welcome to my website! Here you can explore and by products like my chapter books and graphic novels filled with mystery, magic, adventure, frendship, and more. Go ahead, enjoy the fun!</p>
</body>
</html>