mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-22 22:34:29 +02:00
@@ -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 `<head>` section:
|
In your terrarium folder, create a new file called `style.css`. Import that file in the `<head>` section:
|
||||||
|
|
||||||
```
|
```html
|
||||||
<link rel="stylesheet" href="./style.css" />
|
<link rel="stylesheet" href="./style.css" />
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user