max-inline-size
instead of max-width margin-[inline | block]
(two values) instead of margin left/right or margin top/bottom with -inline
or -block
and -start
or -end
• text-align • border • float • inset learn • do • know
max-inline-size
instead of max-width margin-[inline | block]
(two values) instead of margin left/right or margin top/bottom with -inline
or -block
and -start
or -end
• text-align • border • float • inset p { font-size: clamp(1rem, 0.185vw + 0.958rem, 1.125rem); line-height: clamp(1.625rem, 0.3vw + 1.557rem, 1.828rem); }
h1 { font-size: clamp(2rem, 1.2vw + 1.729rem, 2.8125rem); line-height: clamp(2.Srem, 0.984vw + 2.279rem, 3.165rem); }
h2 { font-size: clamp(1.5rem, 0.74vw + 1.333rem, 2rem); line-height: clamp(1.875rem, 0.926vw + 1.67rem, 2.5rem); }
h3 { font-size: clamp(1.25rem, 0.37037vw + 1.167rem, 1.5rem); line-height: clamp(1.719rem,…
font-synthesis: small-caps; font-variant-caps: small-caps; font-variant-caps: all-small-caps;