Files
cs1430/js-birthday/css/style.css
T
2026-08-04 06:53:36 -06:00

19 lines
180 B
CSS

body {
background-color: rgb(57, 36, 57);
color: white;
font-family: Lato, Helvetica, sans-serif;
}
h1, p {
text-align: center;
}
h1 {
font-size: 5em;
}