Today I learned
- CSS - (19)
- All tags
Do not disable buttons
Today I learned that disabling buttons is a bad idea. There is a better solution to that.
Read moreHightlight text on scroll
Chris Coyier shared a technqiue to highlight text on scroll using the upcoming scroll-driven animations.
Read morefit-content
The property fit-content is super useful if you want to shrink wrap an element to its contents.
Read moreWidth and Height in CSS
Width and height in CSS are easy to use but height if often misunderstood.
Read moreCSS Selectors Visual Guide
Today I learned about this visual guide to all CSS selectors
Read moreCSS Nesting
CSS Nesting is finally built into the language. No need for a preprocessor anymore! In this post, I'll look at the spec and valid selectors.
Read moreText-wrap: balance
Text-wrap balance is a new way to specify with CSS how lines of text are balanced.
Read moreCSS Scroll Snap
Today I learned about how you create a scroll snap effect in CSS with the scroll snap properties.
Read moreSVG Drawing Animation
Today I learned how to animate SVG drawings using CSS.
Read moreRemoving YouTube Shorts with CSS
Today I learned how you can remove YouTube Shorts from your subscription feed with CSS!
Read moreCSS Gradient Text
Today I learned how to create beautiful text gradients with CSS
Read moreClamp CSS function
Today I learned about the clamp CSS function which enables fluid typography based on the viewport size without the need for media queries
Read moreNever use px for font-size
Today I learned about the website TechPays which aims to remove the taboo on tech compensation in Europe
Read moreWorlds highest website
Today I learned about the worlds highest website
Read moreIncomplete list of CSS mistakes
There exists a list with mistakes made in the design of CSS, that can't be corrected because it would break the internet
Read moreSetting a theme color without JavaScript
It's possible to set the theme color of your application without JavaScript. It just works with plain CSS.
Read more