Spelling error on line 18

This commit is contained in:
Eugene Goh
2021-01-13 08:23:16 +08:00
parent 4f828a62bf
commit 651992ab36

View File

@@ -15,7 +15,7 @@ CSS, or Cascading Style Sheets, solve an important problem of web development: h
In this lesson, we're going to add styles to our online terrarium and learn more about several CSS concepts: the cascade, inheritance, and the use of selectors, positioning, and using CSS to build layouts. In the process we will layout the terrarium and create the actual terrarium itself.
### Prequisite
### Prerequisite
You should have the HTML for your terrarium built and ready to be styled.