Let's add some appearance and design to our HTML. In your styles.css, let's add some changes using HTML selectors first.
- Add the following CSS to your styles.css file:
-
-
styles.css
-
-
We set the height of the <html> tag to be 100%. This means it will take
- up the full available space of its parent container. The parent container in this case is the browser window, so our <html>
- will fill up our browser window and give us a good starting point for other styling.