Merge pull request #159 from Micosaur/mico-patch-1
05-descendant-combinator: Add full solution
This commit is contained in:
commit
303d65391c
|
@ -4,3 +4,11 @@
|
|||
font-size: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Below are some other possible descendant combinators:
|
||||
|
||||
div p
|
||||
div .text
|
||||
.container p
|
||||
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue