Skip to content

Instantly share code, notes, and snippets.

@jurca
Last active May 15, 2023 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jurca/e30c90f3258b23832ed474efd3118b00 to your computer and use it in GitHub Desktop.
Save jurca/e30c90f3258b23832ed474efd3118b00 to your computer and use it in GitHub Desktop.
// zobrazení
display
// pozicování
float
position
left
right
top
bottom
order
align-self
z-index
clear
// nastavení rozměrů
box-sizing
margin*
border*
padding*
width
min-width
max-width
height
min-height
max-height
aspect-ratio
flex[-grow|-shrink|-basis]
overflow
// obsah - elementy (týká se hlavně flexboxu)
flex[-flow|-direction|-wrap]
justify-content
align-content
align-items
column-count
column-width
column-gap
column-rule
column-fill
column-span
object-position
object-fit
// obsah - text
content
text-indent
font
line-height
text-align
vertical-align
color
white-space
text-overflow
text-transform
text-decoration
text-shadow
// pozadí
background
// efekty
list-style
box-shadow
transform*
animation*
transition*
appearance
cursor
overscroll-behavior
visibility
opacity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment