From b3d6727c9d54de3e5e9a92b093a49ef6137daf04 Mon Sep 17 00:00:00 2001 From: Travis Rollins Date: Tue, 21 May 2024 11:06:43 -0700 Subject: [PATCH] Update syntax for dropdown to CSS without nesting --- lessons/module-2/advanced-css.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/module-2/advanced-css.md b/lessons/module-2/advanced-css.md index 6c36bd0f..8ae7b00d 100644 --- a/lessons/module-2/advanced-css.md +++ b/lessons/module-2/advanced-css.md @@ -111,7 +111,7 @@ Nesting allows you to define styles for nested elements in a more intuitive and In this example, we define styles for a navigation bar and its nested list items and links. The nesting structure mirrors the HTML structure, making it easier to understand and maintain the CSS code. -
+
### CSS Without Nesting Here is what the CSS would look like without nesting: