Skip to content

Commit 303d653

Browse files
Merge pull request TheOdinProject#159 from Micosaur/mico-patch-1
05-descendant-combinator: Add full solution
2 parents 5f72a6f + aa67a14 commit 303d653

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,12 @@
33
color: red;
44
font-size: 20px;
55
text-align: center;
6-
}
6+
}
7+
8+
/* Below are some other possible descendant combinators:
9+
10+
div p
11+
div .text
12+
.container p
13+
14+
*/

0 commit comments

Comments
 (0)