From b0ad20c48f78ad71c564e300d397ee1781a2d4a7 Mon Sep 17 00:00:00 2001 From: Bharath C Hegde Date: Mon, 5 Jun 2023 22:28:11 +0530 Subject: [PATCH] Readme.md file kept as per previous --- 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 2ac579a..8b5d206 100644 --- a/foundations/03-grouping-selectors/README.md +++ b/foundations/03-grouping-selectors/README.md @@ -8,7 +8,7 @@ This will help you further practice adding classes and using class selectors, so * **The first element**: a black background and white text * **The second element**: a yellow background -* **Both elements**: a font size of 28px and a list of fonts containing `Ascender Serif`, with `sans-serif` as a fallback +* **Both elements**: a font size of 28px and a list of fonts containing `Helvetica` and `Times New Roman`, with `sans-serif` as a fallback ## Desired Outcome ![desired outcome](./desired-outcome.png)