Načítava sa pracovný priestor…
Konverzia jednotiek, clamp, rádius, tieň a pomôcky pre easing.
1rem is always relative to the root size; 1em here assumes the same element's font size equals the root.
clamp(1rem, 1.4815vw + 0.6667rem, 2rem)
Below 360px this stays 1rem; above 1440px it stays 2rem.
border-radius: 12px;
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
cubic-bezier(0.25, 0.1, 0.25, 1)