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

7 lines
110 B
CSS
Raw Normal View History

2021-08-29 23:22:54 +00:00
div {
text-align: center;
background-color: red;
color: white;
font-size: 32px;
font-weight: bold;
}