30秒学会 CSS 片段 – Pretty text underline
A nicer alternative to text-decoration: underline where descenders do not clip the underline. Native...
A nicer alternative to text-decoration: underline where descenders do not clip the underline. Native...
Returns true if the provided predicate function returns true for all elements in a collection, false...
Removes elements from an array for which the given function returns false. Use array_filter() to fin...
Creates a border animation on hover. Use the :before and :after pseudo-elements as borders that anim...
Returns true if at least one of the arguments is true, false otherwise. Use the logical or (||) oper...
Generates a UUID in Node.JS. Use crypto API to generate a UUID, compliant with RFC4122 version 4.
Returns the least common multiple of two or more numbers. Use the greatest common divisor (GCD) form...
Returns a list of elements that exist in both arrays, after applying the provided function to each a...
Takes any number of iterable objects or objects with a length property and returns the longest one. ...
Creates a spinning loader component. Define appropriate CSS styles and animations for the component&...