Merge pull request #159 from Micosaur/mico-patch-1

05-descendant-combinator: Add full solution
This commit is contained in:
Eric Olkowski 2022-03-26 07:48:04 -04:00 committed by GitHub
commit 303d65391c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -4,3 +4,11 @@
font-size: 20px;
text-align: center;
}
/* Below are some other possible descendant combinators:
div p
div .text
.container p
*/