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