The Beauty Of CSS
By: John Vinson
Creating a website can be a daunting task to undertake. Trying to think of an original idea can be frustrating enough, and if you’re unsure of the tools and language that you need to use it just adds fuel to the fire.
So once you have you’re idea, it’s time to start building. The more I build sites, the more I find that using CSS style sheets is probably the most universally sound style to use. The options are nearly limitless with what you can do. The greatest thing about CSS is it has the “easy to learn, difficult to master” feel behind it.
How CSS works is it acts as a reference point for your web page. You will undoubtedly be using all kinds of different properties for different parts of your website. How the CSS style sheet helps you is by being able to categorize the different sections, and applying the specific properties you want.
Here are a couple of places to get you started on learning how to code CSS-
http://www.w3schools.com
http://www.csstutorial.net/








