30秒学会 CSS 片段 – Dynamic shadow
Creates a shadow similar to box-shadow but based on the colors of the element itself. position: rela...
Creates a shadow similar to box-shadow but based on the colors of the element itself. position: rela...
Customizes the scrollbar style for the document and elements with scrollable overflow, on WebKit pla...
Displays an image overlay effect on hover. Use the :before and :after elements for the top and botto...
Creates a text container with a triangle at the top. Use the :before and :after pseudo-elements to c...
A nicer alternative to text-decoration: underline where descenders do not clip the underline. Native...
Makes the first letter in the first paragraph bigger than the rest of the text – often used to...
Creates a rotate effect for the image on hover. Use scale and rotate when hovering over the parent e...
Creates a triangle shape with pure CSS. The color of the border is the color of the triangle. The si...
Changes the fit and position of an image within its container while preserving its aspect ratio. Pre...
Resets all styles to default values with one property. This will not affect direction and unicode-bi...