pages/html/styles.css
Alexander Lucas dbadcf267e initial
2025-02-12 21:05:56 -05:00

9 lines
83 B
CSS

body {
background-color: powderblue;
}
h1 {
color: blue;
}
p {
color: red;
}