Delicious

Delicious

10513 bookmarks
Custom sorting
Pages CMS: The No-Hassle CMS for GitHub
Pages CMS: The No-Hassle CMS for GitHub
Tired of juggling Git and YAML to update your Next.js, Astro, Hugo or Nuxt website? Make it easy on you and your team, get a user-friendly CMS running straight on top of GitHub.
·pagescms.org·
Pages CMS: The No-Hassle CMS for GitHub
Quantity Queries are Very Easy with CSS :has()
Quantity Queries are Very Easy with CSS :has()
What is a quantity query? It’s a bit of CSS that allows you to style an element (and its descendants) based on how many children the element has. Example of a Quantity Query Situation Imagine…
·frontendmasters.com·
Quantity Queries are Very Easy with CSS :has()
Scroll-Locked Dialogs
Scroll-Locked Dialogs
I just wrote about the dialog element, with some basic usage and things to watch for. It’s a great addition to the web platform. Here’s another interesting thing we can do, conn…
·frontendmasters.com·
Scroll-Locked Dialogs
We can :has it all
We can :has it all
The functional :has() CSS pseudo class is available in all evergreen browsers.
·ryanmulligan.dev·
We can :has it all
Going beyond pixels and (r)ems in CSS - Relative length units based on font - iO tech_hub
Going beyond pixels and (r)ems in CSS - Relative length units based on font - iO tech_hub
There are a lot of CSS units available at the moment and we mostly still rely on pixels and (r)ems for our sizing and fonts. I say it’s time to do a little freshening up. Instead of writing a list of which units are available in CSS that you can easily find on MDN as well, I thought I’d give some examples of where they could come in handy. I will create a mini-series out of this and for the first part, let’s start off with relative length units based on font.
·techhub.iodigital.com·
Going beyond pixels and (r)ems in CSS - Relative length units based on font - iO tech_hub
drab
drab
A headless custom element library.
·drab.robino.dev·
drab
How to create rounded gradient borders with any background in CSS
How to create rounded gradient borders with any background in CSS
A solution! For many months I have been trying to find a decent solution to rounded gradient borders that allow a semi-transparent or blurred main background. Finally, I came across this: https://forum.freecodecamp.org/t/how-to-make-a-css-border-gradient-with-transparent-background/571903/2 My pen https://codepen.io/benfrain/pen/KKEemKd is a fork of Lasse’s original from that post. I’ve not seen this approach before, and I can take no...
·benfrain.com·
How to create rounded gradient borders with any background in CSS
CSSformalize - The Fast-Track to Stylish Forms!
CSSformalize - The Fast-Track to Stylish Forms!
CSSformalize is a groundbreaking CSS framework designed to simplify and speed up the customization of your system HTML forms. Create unique form styles in a few clicks and enhance your design efficiency.
·cssformalize.com·
CSSformalize - The Fast-Track to Stylish Forms!
Highlight Text When a User Scrolls Down to That Piece of Text
Highlight Text When a User Scrolls Down to That Piece of Text
I was reading a great post on Lene Saile’s blog and noticed a cool little design feature on her site that highlights a line of text once you scroll to it. Here’s a video so you can see …
·frontendmasters.com·
Highlight Text When a User Scrolls Down to That Piece of Text