Tag Archives: CSS

Bring a little order to your CSS

When you first start writing css there is a temptation as you write it to just add more and more without creating any order to your file. Pretty quickly this becomes a shooting yourself in the foot technique whilst you search through numerous lines to find just one style. There are various for and against arguments to using multiple style sheets but lets look at how you can for now in one file get some basic order and structure.

Posted in Full Roast | Tagged | 11 Comments

Visited links the missing link?

I’ve noticed that a lot of sites seem to not use the visited property of links. I know myself there have been times that this element has been overlooked, however it’s a really important one that we should all have in our sites.

Posted in Full Roast | Tagged | 4 Comments

CSS lists not aligning?

Are you looking for a simple way to make sure your CSS lists don’t put space and start at the top? This is useful for things like navigation in a list and really easy to do:

Posted in Espresso | Tagged | Leave a comment