CSS has been a central web design tool for years and years now. And yet, CSS layouts have never been quite that elegant. Positioning two elements side-by-side has often required hacks or uncomfortable compromises. It feels like the language has been lagging behind its use since its creation. But now, CSS is jumping to the […]
Avoiding Common Problems with CSS Grid
For many dark days, properly aligning objects on a webpage with CSS alone was close to impossible. With mostly-functional semi-hacks like float, positioning and in-like block, we could make it work, but it was far from perfect. When vexed by a particularly troublesome layout quirk, some event lamented the loss of <table> as a structural […]
Popular Responsive Grids for Designing Website Layouts
When designing a website the grid is one of the most important factors. Both print and digital work is often created using grids because spacing can always be quantified. In this manner you can organize page elements with a formulaic approach instead of going off raw emotion. But how do you know which grid is […]