From 0bfce445077a6fb41d8f49409c545e13ff9ec3b7 Mon Sep 17 00:00:00 2001 From: Churtified Date: Thu, 18 Jan 2024 19:33:03 +1030 Subject: [PATCH] remove extra space in assignment to align with style guide --- foundations/html_css/css-foundations/intro-to-css.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/html_css/css-foundations/intro-to-css.md b/foundations/html_css/css-foundations/intro-to-css.md index ecefe0470a1..c201fccceda 100644 --- a/foundations/html_css/css-foundations/intro-to-css.md +++ b/foundations/html_css/css-foundations/intro-to-css.md @@ -366,7 +366,7 @@ If you need to add a _unique_ style for a _single_ element, this method can work
-1. Go to our [CSS exercises repository](https://github.com/TheOdinProject/css-exercises) and read the README. Then, once you know how to use the exercises, navigate to the `foundations` directory. Review each README file prior to completing the following exercises in order: +1. Go to our [CSS exercises repository](https://github.com/TheOdinProject/css-exercises) and read the README. Then, once you know how to use the exercises, navigate to the `foundations` directory. Review each README file prior to completing the following exercises in order: - `01-css-methods` - `02-class-id-selectors` - `03-group-selectors`