30秒学会 CSS 片段 – Image with text overlay
Displays an image with a text overlay. Use the <figure> and <figcaption> elements to dis...
Displays an image with a text overlay. Use the <figure> and <figcaption> elements to dis...
Creates a list with sticky headings for each section. Use overflow-y: auto to allow the list contain...
Creates a list with floating headings for each section. Use overflow-y: auto to allow the list conta...
Creates a typewriter effect animation. Define two animations, typing to animate the characters and b...
Creates a horizontally scrollable image gallery. Position the .thumbnails at the bottom of the conta...
Creates an isometric card. Use transform with rotateX() and rotateY() as well as a box-shadow to cre...
Creates a polka dot background pattern. Use background-color to set a black background. Use backgrou...
Limit multiline text to a given number of lines. Use -webkit-line-clamp to set the maximum number of...
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 ...