Found 309 bookmarks
Custom sorting
Drop-Shadow: The Underrated CSS Filter
Drop-Shadow: The Underrated CSS Filter
If you’re familiar with CSS, you probably know all about the box-shadow property. But did you know there is a CSS filter, drop-shadow, that…
·css-irl.info·
Drop-Shadow: The Underrated CSS Filter
Responsive CSS Grid - Books
Responsive CSS Grid - Books
A "product grid" demo using - CSS Grid - Clip Path - Conic Gradient - Lea Verou's CSS conic-gradient() polyfill (https://leaverou.github.io/conic...
·codepen.io·
Responsive CSS Grid - Books
[attribute]
[attribute]
There are lots of ways you can select elements in CSS. The most basic selection is by tag name, like p { }. Almost anything more specific than a tag
·css-tricks.com·
[attribute]
Making Wavy or Serrated Edges with CSS
Making Wavy or Serrated Edges with CSS
Recently, I found out about text-decoration-thickness, an addition to the set of text-decoration- properties that control text features such as underline.
·preethisam.com·
Making Wavy or Serrated Edges with CSS
Block Links, Cards, Clickable Regions, Etc.
Block Links, Cards, Clickable Regions, Etc.
Whether you call them cards, block links, or some other thing, the construct of making an area of content clickable (tappable, Enter-key-able, voice-activatable, etc.) is not new. While hit area size is mostly a usability issue, marketers often want a larger click area around their calls to action (CTAs) to…
·adrianroselli.com·
Block Links, Cards, Clickable Regions, Etc.
CSS Tutorial: Create Diagonal Layouts Like It's 2020
CSS Tutorial: Create Diagonal Layouts Like It's 2020
Layouts with diagonal sections are quite popular for several years now. You will probably not find it in the articles titled "Design trends for 2020". But I think it is here to stay. It is one tool designers can use to bring some dynamic to all the rectangular boxes with boring 90-degree angles.
·9elements.com·
CSS Tutorial: Create Diagonal Layouts Like It's 2020
Understanding CSS Grid: Creating A Grid Container
Understanding CSS Grid: Creating A Grid Container
In a new series, Rachel Andrew breaks down the CSS Grid Layout specification. This time, we take a detailed look at what happens when you create a grid container and the various properties that can be applied to the container to shape your grid.
·smashingmagazine.com·
Understanding CSS Grid: Creating A Grid Container