move styles to css file

This commit is contained in:
Ada S 2023-06-23 15:00:45 -07:00
parent b7f745f7f7
commit 8561812ce3
2 changed files with 5 additions and 4 deletions

3
index.css Normal file
View File

@ -0,0 +1,3 @@
body {
background-color:rgb(255, 202, 58);
}

View File

@ -1,9 +1,7 @@
<html>
<html><head> <link rel="stylesheet" href="index.css"/> </head>
<body>
<style> body {background-color:rgb(255, 172, 64);}
</style>
<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, fun, and so much more await you!</p>
<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>
</body>
</html>