14 lines
No EOL
182 B
CSS
14 lines
No EOL
182 B
CSS
.container .text {
|
|
background-color: yellow;
|
|
color: red;
|
|
font-size: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
/* Other possible combinations of selectors
|
|
|
|
div p
|
|
div .text
|
|
.container p
|
|
|
|
*/ |