What is CSS specificity hierarchy

One thing beginning Web Designers and Developers often misunderstand or even leave out completely is CSS specificity hierarchy. This not so wise decision can cause them a lot of troubles alongside with few headaches later on. Let’s fix it or prevent it from happening at all today. We are going to talk a bit more… Continue reading What is CSS specificity hierarchy

Overriding CSS rules

It can happen at any time and for many reasons. You need to change some style that is already declared somewhere in your stylesheet or in other, more serious case, you need to include another brand new CSS stylesheet and change more styles at the same time.

Workflow for CSS files

No matter how skilled as a designer or developer you are, having some workflow in your work process can make every project much easier to manage and also to finish. It also much easier to organize and orient in the code.