diff --git a/3-terrarium/2-intro-to-css/README.md b/3-terrarium/2-intro-to-css/README.md index 7a5cdc8d..4ab3d07b 100644 --- a/3-terrarium/2-intro-to-css/README.md +++ b/3-terrarium/2-intro-to-css/README.md @@ -23,7 +23,7 @@ You should have the HTML for your terrarium built and ready to be styled. In your terrarium folder, create a new file called `style.css`. Import that file in the `` section: -``` +```html ``` @@ -260,4 +260,4 @@ CSS seems deceptively straightforward, but there are many challenges when trying ## Assignment -[CSS Refactoring](3-terrarium/2-intro-to-css/assignment.md) \ No newline at end of file +[CSS Refactoring](3-terrarium/2-intro-to-css/assignment.md)