Word list
Code: CSS
CSS properties, values, functions, and selectors. flexbox, grid, custom properties, modern color functions.
- display
- position
- flex
- grid
- block
- inline
- inline-block
- inline-flex
- none
- absolute
- relative
- fixed
- sticky
- static
- width
- height
- min-width
- max-width
- min-height
- max-height
- margin
- padding
- border
- border-radius
- border-color
- border-width
- border-style
- outline
- background
- background-color
- background-image
- color
- font-family
- font-size
- font-weight
- font-style
- line-height
- letter-spacing
- text-align
- text-decoration
- text-transform
- white-space
- overflow
- overflow-x
- overflow-y
- z-index
- opacity
- visibility
- cursor
- pointer-events
- user-select
- transform
- transition
- animation
- filter
- box-shadow
- text-shadow
- content
- gap
- row-gap
- column-gap
- justify-content
- align-items
- align-self
- flex-direction
- flex-wrap
- flex-grow
- flex-shrink
- flex-basis
- grid-template
- grid-template-columns
- grid-template-rows
- grid-area
- grid-column
- grid-row
- aspect-ratio
- object-fit
- clip-path
- backdrop-filter
- --bg
- --fg
- --accent
- var(
- calc(
- clamp(
- min(
- max(
- rgb(
- rgba(
- hsl(
- hsla(
- oklch(
- color-mix(
- linear-gradient(
- radial-gradient(
- conic-gradient(
- url(
- attr(
- :hover
- :focus
- :active
- :disabled
- :root
- ::before
- ::after
- @media
- @supports
- @keyframes
- !important
- ;
- {
- }
- :