CSS Introduction
CSS stands for "Cascading Style Sheet." Whereas HTML provides the structure for a web page, CSS allows you to style the page —in many cases without having to edit the structure! To learn CSS, watch the tutorial below. Then, visit W3Schools Links to an external site. and complete the micro-tutorials listed after the video.
I recommend following along with this video with your own HTML website. Everything you need to do in the assignment is covered in the video. While I recommend watching it all the way through, I have created "chapters" for this video, so you can skip around to the different parts. You can find the chapters by clicking on the "chapters" button in your media player (it might look like three vertical dots followed by 3 vertical lines).
W3Schools micro-tutorials:
- CSS Introduction
- CSS Syntax
- CSS Selectors
- CSS How to
- CSS Colors
- CSS Backgrounds
- CSS Margins
- CSS Padding
- CSS height/width
- CSS Box Model
- CSS Text
- CSS Fonts
- CSS Links
- CSS Lists
- CSS Tables
- CSS Display
- CSS Position