CSS Basics


GitBook Notes

Click Here

CSS Reset URL

Search 'css reset cdn' in google, and look for a CDN site hosting it

Base CSS URL

https://rawgit.com/dodgeblaster/basecss/master/base.css

Exercise - Color Text Red

Make a 3 page project. Each page will have some text inside.

  • 1 page should color the text using inline styles.
  • 1 page should color the text using internal styles.
  • 1 page should color the text using the proper and recommended way, external styles.

All 3 pages should include reset.css and base.css in the header section