30秒学会 CSS 片段 – Truncate text
If the text is longer than one line, it will be truncated and end with an ellipsis …. overflow: hidd...
If the text is longer than one line, it will be truncated and end with an ellipsis …. overflow: hidd...
Evenly distributes child elements within a parent element. display: flex enables flexbox. justify-co...
Gives text a gradient color. background: -webkit-linear-gradient(…) gives the text element a gradi...
Displays a hamburger menu which transitions to a cross on hover. Use a .hamburger-menu container div...
A hover effect where the gradient follows the mouse cursor. –x and –y are used to track the positi...
Vertically and horizontally centers a child element within its parent element using display: table (...
Creates a vertical masonry layout using HTML and CSS. Create a masonry-style layout that consists of...
Returns true if the element has the specified class, false otherwise. Use element.classList.contains...
Creates an animated underline effect when the text is hovered over. display: inline-block makes the ...
Completely hides an element visually and positionally in the DOM while still allowing it to be acces...