Add other possible solutions

This commit is contained in:
Micosaur 2022-03-23 22:21:58 -07:00
parent 5f72a6f298
commit 3dbbd3a266
1 changed files with 9 additions and 1 deletions

View File

@ -3,4 +3,12 @@
color: red;
font-size: 20px;
text-align: center;
}
}
/* Other possible combinations of selectors
div p
div .text
.container p
*/