From aa67a148f053067d6ea4f7ac37266a253cd2f182 Mon Sep 17 00:00:00 2001 From: Micosaur Date: Thu, 24 Mar 2022 05:34:17 -0700 Subject: [PATCH] Use academic-like syntax --- foundations/05-descendant-combinator/solution/solution.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +*/