Tipstips on how to code css
1. The best thing to do if you haven't written code before, is to start simple. Attempt just a few lines of code. At w3 schools you'll find step by step demo's that you can take to get your feet wet.
2. Use your resources, you already know the web is full of info at your disposal. You will continue to rely on it as you develop, I am sure of it. If you are a complete beginner, look for forums, tutorials and videos. you can start with this clip here:
3. Software. You can use programs like Dreamweaver to code your website, but the beautiful thing about code is that you can use any text editor, and save your files with a .html extension or a .css and link the two. Drag the file into the browser window and you'll see what you are building as you go. I use Firefox which is great for developers because they offer tools you can download to validate your site while you are building it. That means you can see whether or not your code is clean. It gives you the heads up. Go to the Add Ons section of the Firefox website and download the validator. That is a first step.
Tutorials
Here we will be listing great tutorials that we come accross. Stay tuned...


