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

7 lines
114 B
CSS

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