2021-08-29 16:22:54 -07:00
|
|
|
.container .text {
|
|
|
|
background-color: yellow;
|
|
|
|
color: red;
|
|
|
|
font-size: 20px;
|
|
|
|
text-align: center;
|
2022-03-23 22:21:58 -07:00
|
|
|
}
|
|
|
|
|
2022-03-24 05:34:17 -07:00
|
|
|
/* Below are some other possible descendant combinators:
|
2022-03-23 22:21:58 -07:00
|
|
|
|
|
|
|
div p
|
|
|
|
div .text
|
|
|
|
.container p
|
|
|
|
|
2022-03-24 05:34:17 -07:00
|
|
|
*/
|