#css-properties

[ follow ]

CSS... 5?

CSS4 and CSS5 are not official versions, but rather categorizations for CSS properties and features from different time periods.

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

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.

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.

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.
[ Load more ]