Skip to content

Commit e1dbb71

Browse files
authored
Merge pull request #422 from jwsoh07/jw-soh/addition-to-css-selectors
05-descendant-combinator: Add css selector option
2 parents d3c5d8c + cf0082b commit e1dbb71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

foundations/05-descendant-combinator/solution/solution.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
/* Below are some other possible descendant combinators:
99
1010
div p
11+
div > p
1112
div .text
1213
.container p
1314
14-
*/
15+
*/

0 commit comments

Comments
 (0)