Tag Archives: CSS

You Need to Check out LESS.js

Now if only CSS had been working with something like this from the get go: You might be familiar with such services as LESS and Sass. They allow for far more flexibility when creating your stylesheets, including the use of variables, operators, mix-ins, even nested selectors. However, because LESS was originally built with Ruby, a [...]

Posted in Sharing | Also tagged | Leave a comment

CSS Only Button Tutorial

Great tutorial: The other day a post was published on Hongkiat showing how to make a button using CSS (Cascading Style Sheets) only. However it was misleading, the CSS only button also used JavaScript, and an image or 2. It was actually a really simple button so I thought I would rebuild it myself and [...]

Posted in Sharing | Tagged | Leave a comment