From 66572eef3b38d113200c10eecd77da50f594dc11 Mon Sep 17 00:00:00 2001 From: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com> Date: Sun, 4 Feb 2024 13:54:31 -0500 Subject: [PATCH] Update foundations/03-grouping-selectors/README.md --- foundations/03-grouping-selectors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/03-grouping-selectors/README.md b/foundations/03-grouping-selectors/README.md index 2f06e50..c085413 100644 --- a/foundations/03-grouping-selectors/README.md +++ b/foundations/03-grouping-selectors/README.md @@ -6,7 +6,7 @@ Instead of having a single element with two different rules applied, though, you This will help you further practice adding classes and using class selectors, so be sure you add the class attribute in the HTML file. For the remainder of these exercises, the format of any colors is entirely up to you; we trust you'll practice using the different values! The properties you need to add to each element are: -* **The first element**: a black background, white text and bold +* **The first element**: a black background, white text color, and a bold font weight * **The second element**: a yellow background * **Both elements**: a font size of 28px and a list of fonts containing `Helvetica` and `Times New Roman`, with `sans-serif` as a fallback