first-website/index.css

7 lines
173 B
CSS
Raw Normal View History

2023-06-23 22:00:45 +00:00
body {
2023-06-23 23:00:07 +00:00
2023-06-26 16:24:00 +00:00
background-color:rgb(255, 250, 220);
2023-06-23 23:00:07 +00:00
}
#Welcome {background-color: rgb(93, 163, 255);}
2023-06-26 16:24:00 +00:00
#hi {color:rgb(0, 12, 65);}
#hi {background-color:rgb(93, 163, 255);}