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

7 lines
110 B
CSS

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