odin-css-exercises/foundations/01-css-methods/solution/solution.css
2021-08-29 19:22:54 -04:00

7 lines
No EOL
110 B
CSS

div {
text-align: center;
background-color: red;
color: white;
font-size: 32px;
font-weight: bold;
}