Tag: layout
5 Tips for Organizing Your CSS
Working with CSS on freelance work, and my job made me start thinking about the best way to standardize and organize the way I write my CSS. So, I proposed the question to my 9rules friends to collect...
CSS Organization Part 1
With nearly ubiquitous standards support among modern browsers, weâre turning to CSS to handle presentational heavy lifting more than ever. The more we rely upon CSS, the larger and more complex CSS...
CSS Organization Part 2
Do you write and manage large CSS files? Ever get tired of scrolling up and down in search of a specific rule or set of rules? The CSS files are often quite long, requiring constant scrolling up and d...
Modular CSS
This isn’t a new idea but looking at people’s code it doesn’t seem to be a particularly widely used practice: modular CSS. That’s a poncy name for the very simple idea of group...
What is CSS Framework?
A CSS framework is a simple template that may contain several CSS and HTML files which you can use as a starting point for your websites. Every web developer knows, that at some point you have to defi...