Top Solutions

Shape separator-CSS examples

Separating two different blocks with SVG shapes creates a more interesting visual appearance than standard horizontal separation.

Reset all styles-CSS examples

Use an attribute to reset all styles to their default values. This does not affect the direction and unicode-bidi attributes.

Beautiful text underlined-CSS examples

Better choice than... text-decoration: underline The descendants do not cut the underline. The machine is implemented as text-decoration-skip-ink: auto but it has less control over the underline.

High transition-CSS examples

In this tutorial I will show you how to apply hover css effects (css transition height).From the height of the transition element 0 to auto when its height is unknown.