Jul 17, 2024
resize
overflow
not set to visible
.inset
to make the element look carved.for
attribute.for
.:checked
pseudo-class on checkbox to control visibility of elements.display: none
.min
, max
, clamp
min
: Returns the smaller value between two options.max
: Returns the larger value between two options.clamp
: Combines width
, min-width
, and max-width
in one line.backdrop-filter
with blur
(e.g., 10px).:not(selector)
button:not(:first-child)
affects all buttons except the first.:has(selector)
button:has(svg)
affects buttons containing SVGs.background
.background-clip: text
to limit gradient to text area.color: transparent
.:focus-within
counter-reset
.counter-increment
.::before
to display the counter before headings.scroll-snap-type
overflow-x: scroll
on wrapper.scroll-snap-type
with x mandatory
.scroll-snap-align: center
on cards.