CSS Basics

Now that you've mastered HTML, it's time to make it look nice. Using a Cascading Style Sheet (CSS) is a good way to control all design and style choices from one page, keeping your HTML clean and easy to read. With CSS, you can control things like font and color scheme while adding unique features like borders or changing cursor color. To create your CSS document, create a new document on your program of choice and name it the exact same as your HTML document but with the extension .css. Feel free to experiment but remember your ultimate goal: an easy to use, aesthetically pleasing site.

Here are some resources to get you started:

  1. CSS Basics
  2. W3 Basics
  3. W3 CSS Colors