You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If the element is hidden initially, display those properties first
display: none;
visibility: hidden;
opacity: 0;
visibility
overflow
opacity
backface-visibility
clip
Position
// Position and relativity
position
z-index
float
clear
Box Model
// Element structure
box-sizing
display
// Flexbox
flex-flow
* flex-direction
* flex-wrap
justify-content
align-items
align-content
// Flexbox (self)
order
align-self
flex
* flex-grow
* flex-shrink
* flex-basis
// Element size
max-width
max-height
min-width
min-height
width
height
top
right
bottom
left
margin // TRBL order
padding // TRBL order
Element-specific Properties
list-style// For ul, ol, liborder-collapse// For table, tr, td, etc.
resize // For textarea