Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit cec2f17

Browse files
committed
fix link to stylesheet
1 parent 3608573 commit cec2f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/11-link-css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You may be wondering why your page hasn't looked exactly the same as the sample I showed in the beginning. That's because HTML gives your webpage structure, but the simple tags you have learned so far don't tell the web browser how you want each page element to appear.
44

5-
The appearance of each page element is defined through styles and is the subject of another course. For now, I have added a stylesheet for you. You can check it out here: https://github.com/{{ user.username }}/{{ repo }}/blob/master/style.css
5+
The appearance of each page element is defined through styles and is the subject of another course. For now, I have added [a stylesheet](https://github.com/{{ user.username }}/{{ repo }}/blob/add-style/style.css) for you.
66

77
For your webpage to use your new stylesheet, you just need to link it within the `<head>` of your `index.html` file. If you include the following link in your `index.html` file, your webpage will begin using the css file to make your website look awesome!
88

0 commit comments

Comments
 (0)