Skip to content

Commit cf0082b

Browse files
committed
Add css selector option to existing list
1 parent d3c5d8c commit cf0082b

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)