CSS

Blog posts about cascading style sheets, use cases and code snippets.

Cover Image for Learn CSS the fun way

Learn CSS the fun way

CSS (Cascading Style Sheets) can be overwhelming to people that are learning it for the first time. Why not learn it (or learn new things about CSS) in a fun way?

April 4, 2024

Cover Image for Using CSS Line Clamp for excerpts

Using CSS Line Clamp for excerpts

Using the CSS Line Clamp property to limit line length is very useful when it comes to managing post excerpt displays and making them look uniform aesthetically.

November 25, 2023

Cover Image for CSS Smooth Scrolling

CSS Smooth Scrolling

Years ago, achieving smooth scrolling required either JavaScript or jQuery. Now, we have a way to implement it natively using CSS.

May 28, 2023