Change background color to pink

This commit is contained in:
Jordan Eldredge 2021-04-14 23:24:25 -07:00
parent 0b4b811b6e
commit f38fb5f012

View file

@ -1,6 +1,6 @@
/* Rules for the page layout */
body {
background-color: rgb(58, 110, 165);
background-color: pink;
font-family: arial;
font-size: 15px;
}