first-website/index.css
2023-06-23 16:00:07 -07:00

6 lines
No EOL
143 B
CSS

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