#css-properties

[ follow ]
Frontendmasters
4 months ago
Web development

CSS... 5?

CSS4 and CSS5 are not official versions, but rather categorizations for CSS properties and features from different time periods. [ more ]
Smashing Magazine
6 months ago
Web development

Modern CSS Tooltips And Speech Bubbles (Part 2) - Smashing Magazine

Creating flexible tooltip patterns without HTML complexity
Exploring different tooltip shapes with control using CSS properties [ more ]
Jakearchibald
6 months ago
Web development

View transitions: Handling aspect ratio changes

View transitions can be affected when the content changes aspect ratio, leading to inconsistent animations.
Utilizing CSS properties like position:absolute and fit-content can help maintain consistent aspect ratios in view transitions. [ more ]
Geoff Graham
7 months ago
Web development

CSS is Logical - Geoff Graham

Documents flow in the direction of the writing mode.
Setting z-index creates a new stacking context for managing visual overlap. [ more ]
Frontendmasters
3 months ago
JavaScript

Nesting/Overriding Properties in CSS

Some CSS properties like visibility and pointer-events can be 'undone', unlike properties like display or opacity.
Applying the same animation to nested elements can result in interesting and fun outcomes. [ more ]
[ Load more ]