From bfe24b283b952e6cc94ed192efd08b20a9670639 Mon Sep 17 00:00:00 2001 From: devinjordan <134808091+devinjordan@users.noreply.github.com> Date: Sat, 21 Oct 2023 19:20:15 -0400 Subject: [PATCH] Edit typo on README.md --- foundations/01-css-methods/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/01-css-methods/README.md b/foundations/01-css-methods/README.md index 8763459..9059c6d 100644 --- a/foundations/01-css-methods/README.md +++ b/foundations/01-css-methods/README.md @@ -3,7 +3,7 @@ In this exercise, you're going to practice adding CSS to an HTML file using all There are three elements for you to add styles to, each of which uses a different method of adding CSS to it, as noted in the outcome image below. All other exercises in this section will have a CSS file provided and linked for you, but for this exercise you will have to create the file and link it in the HTML file yourself. This is all about practicing using these different methods and getting the syntax right. -> ## quick tip: +> ## Quick tip: > Do not worry about details in these exercises that are not specifically mentioned in the exercise or self check section. Because the desired outcomes are screenshots, your browser may show a different font, the colors may appear different on your machine, or the spacing between elements may look different. Only concern yourself with the specific items you are supposed to be learning for each exercise. The properties you need to add to each element are: