From e9fcb74b6e4f579d0e6c05f93d1fe3fc13f64ad7 Mon Sep 17 00:00:00 2001 From: Johnson <66844751+Johnson-Berisha@users.noreply.github.com> Date: Sun, 15 Nov 2020 20:37:13 +0100 Subject: [PATCH] Little Fixes --- 3-terrarium/2-intro-to-css/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3-terrarium/2-intro-to-css/README.md b/3-terrarium/2-intro-to-css/README.md index afabc117..232a7062 100644 --- a/3-terrarium/2-intro-to-css/README.md +++ b/3-terrarium/2-intro-to-css/README.md @@ -20,7 +20,7 @@ In this lesson, we're going to add styles to our online terrarium and learn more You should have the HTML for your terrarium built and ready to be styled. ### Task -This is how you link you're CSS `style.css` file to you're webpage.
+ In your terrarium folder, create a new file called `style.css`. Import that file in the `` section: @@ -61,7 +61,7 @@ Styles are inherited from an ancestor style to a descendent, such that nested el ### Task -Set the body's font to a given font using the `font-family` element, and check to see a nested element's font: +Set the body's font to a given font, and check to see a nested element's font: ```CSS body {