Articles in “HTML & CSS”
-
CSS Grid and Custom Shapes, Part 2
Alright, so the last time we checked in, we were using CSS Grid and combining them with CSS clip-path and mask techniques to create grids with fancy shapes. Read Full Article
-
What was that media query code again?
What was that media query code again? Copy popular media query syntax at the click of a button! Read Full Article
-
Using :has() as a CSS Parent Selector and much more
It’s been a long-standing dream of front-end developers to have a way to apply CSS to an element based on what’s happening inside that element. Read Full Article
-
90’s Cursor Effects
JavaScript mouse effects that follow your cursor or finger! Read Full Article
-
CSS Grid and Custom Shapes, Part 1
In a previous article, I looked at CSS Grid’s ability to create complex layouts using its auto-placement powers. I took that one step further in another… Read Full Article
-
On ratings and meters
I always thought that the semantically appropriate way to represent a rating (e.g. a star rating) is a <meter> element. They essentially convey the same type of information, the star rating is just a different presentation. Read Full Article
-
Not All Zeros are Equal
OddBird stands with the Black community in demanding change. Read Full Article
-
Do you know about overflow: clip?
You probably know overflow: hidden, overflow: scroll and overflow: auto, but do you know overflow: clip? It’s a relatively new value for the overflow property, and with Safari 16 being released later this year all evergreen browsers will support it. So wh… Read Full Article
-
System.css
A design system for building retro Apple interfaces… Read Full Article
-
Designing for Long-Form Articles
Designing for long-form articles on the web is wrought with tons of considerations to create a relaxed and comfortable reading experience. Read Full Article