30秒学会 CSS 片段 – Easing variables
Variables that can be reused for transition-timing-function properties, more powerful than the built...
Variables that can be reused for transition-timing-function properties, more powerful than the built...
The :fullscreen CSS pseudo-element represents an element that’s displayed when the browser is ...
Counters are, in essence, variables maintained by CSS whose values may be incremented by CSS rules t...
Creates a staggered animation for the elements of a list. Set the opacity to 0 and transform to tran...
Creates an effect where text appears to be "etched" or engraved into the background. text-...
Reveals an interactive popout menu on hover and focus. position: relative on the reference parent es...
Uses the native font of the operating system to get close to a native app feel. The browser looks fo...
Align items horizontally using display: inline-block to create a 3-tile layout. Use display: inline-...
Changes the appearance of a form if any of its children are focused. The psuedo class :focus-within ...
Creates a donut spinner that can be used to indicate the loading of content. Use a semi-transparent ...