Learning CSS

CSS Fundamentals.

The Web Development Course at Codecademy has a CSS Track where you can learn the basics of CSS and pimp your static web pages. There are 5 sub challenges that include everything from What CSS is to External Style sheets and Advanced CSS. I’m currently working on the external stylesheets challenge. It’s pretty interesting how much time(and work ) using an external style sheet can save you.

When dealing with external sheets, you just set all your rules in one file or more files and then link to those files in the &lthead&gt section of each and every web page in your site.This means that if you were to give your site a makeover, you’d just have to modify one file instead of going through each and every line of HTML….genious..ok let me get back to CSSing