30秒学会 CSS 片段 – Button shrink animation
Creates a shrink animation on hover. Use an appropriate transition to animate changes to the element...
Creates a shrink animation on hover. Use an appropriate transition to animate changes to the element...
Displays an error message when an image fails to load. Apply styles to the img element as if it was ...
Displays a text on top of an image using an overlay. Use backdrop-filter to apply a blur(14px) and b...
Applies a perspective transform with a hover animation to an element. Use transform with the perspec...
Displays the link URL for links with no text. Use the :empty pseudo-class to select links with no te...
Creates a shake animation on invalid input. Use the pattern attribute to define the regular expressi...
Creates a checkerboard background pattern. Use background-color to set a white background. Use backg...
Creates a responsive layout with a content area and a sidebar. Use display: grid on the parent conta...
Creates a styled checkbox with animation on state change. Use an <svg> element to create the c...
Creates a two sided card which rotates on hover. Set the backface-visibility of the cards to none. I...