diff --git a/foundations/05-descendant-combinator/solution/solution.css b/foundations/05-descendant-combinator/solution/solution.css index 4284816..687e5f3 100644 --- a/foundations/05-descendant-combinator/solution/solution.css +++ b/foundations/05-descendant-combinator/solution/solution.css @@ -5,10 +5,10 @@ text-align: center; } -/* Other possible combinations of selectors +/* Below are some other possible descendant combinators: div p div .text .container p -*/ \ No newline at end of file +*/