odin-default-css-exercises/foundations/05-descendant-combinator/solution/solution.css

6 lines
103 B
CSS

.container .text {
background-color: yellow;
color: red;
font-size: 20px;
text-align: center;
}