Earlier on in this challenge, we mentioned that CSS can be used to give your HTML style.
Here is a great tutorial on CSS. You won’t need to know the whole thing right now. Just read up until the end of “How To”. We have also created a basic video walkthrough for you here
Create a CSS file in your repo and reference it in each of your HTML files by making use of a <link/>
element. This page will tell you how.
link
element should be inside the head
of your page.This is an example of a bad(invalid file name): my styles.css
This is an example of a good(valid) file name: my_styles.css
Here are the requirements:
h1
elements so that they stand out more. You might want to change their size or font, or something elseMake sure that the CSS styles are being applied when you view your website.
There are 2 different things you should do here:
Once you are happy with your work, upload your latest changes to GitHub and submit a link to your GitHub page in the usual way.