CSS

Why CSS Clamp Makes Media Queries Less Necessary

Why CSS Clamp Makes Media Queries Less Necessary

Typography often reveals whether a site feels polished or patched together. Resize your browser window and watch the text closely. Does it scale smoothly, or does it jump at fixed breakpoints? For years, developers relied on media queries to manage font sizes across devices. The…

Transforming text using CSS text-transform

The CSS property text-transform is very useful when it comes to standardising the look of headings and various other elements from inconsistencies when content has been added to a website. The rule below will capitalize (title-case) all words in the sentence. <p>Lorem ipsum dolor sit…