30秒学会 CSS 片段 – Scroll progress bar
Creates a progress bar indicating the scroll percentage of the page. Use position: fixed and a large...
Creates a progress bar indicating the scroll percentage of the page. Use position: fixed and a large...
Creates a stripes background pattern. Use background-color to set a white background. Use background...
Creates a responsive container with a specified aspect ratio. Use a CSS custom property, –aspect-ra...
Creates a swing animation on focus. Use an appropriate transition to animate changes to the element....
Creates an input with a visual, non-editable prefix. Use display: flex to create a container element...
Creates a card with an image cutout. Use background to add a colored background to a .container elem...
Creates a squiggle effect when hovering over a link. Create a repeating background for the link usin...
Creates a styled radio button with animation on state change. Create a .radio-container and use flex...
Customizes the style of inline quotation marks. Use the quotes property to customize the characters ...
Creates a scrollable container that will snap on elements when scrolling. Use display: grid and grid...