Category: CSS

Learn how to style your web pages.

Creating A Simple Flexbox Grid

July 21, 2024
Creating A Simple Flexbox Grid

In this guide, we’ll be looking at the basics of Flexboxes and learn how to create a 6 column responsive grid. Grids are essential to building site layouts, sidebars, arranging content, etc. It’s nice to be able to have content presented side by side if screen size permits it. If the screen is too narrow, […]

Setup and Use SASS

July 17, 2024
Setup and Use SASS

SASS is an industry standard CSS preprocessor. It was first released way back in 2006 and has evolved significantly alongside CSS. As a preprocessor, it’s not a style language meant to be interpreted by the browser itself. Rather, it’s CSS with some extra abilities. You use SASS to transpile (source-source compile) your SASS source into […]

All Bootstrap Sites Look The Same

July 17, 2024
All Bootstrap Sites Look The Same

Bootstrap is a powerful CSS/JS framework which enables you and your design team to produce consistent quality layouts and UI designs with relative ease. However, a common critique of Bootstrap is that it makes everything look too generic. “All Bootstrap Sites Look The Same” This is a generalization I’ve come across frequently online and in […]

Jump to category: