odin-css-foundations/01-css-methods/solution/solution.css

8 lines
111 B
CSS

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