CSS .
1. Layout & Box Model
● width, height, max-width, max-height, min-width, min-height
● margin, padding
● border, border-width, border-style, border-color, border-radius
● box-shadow
● display (block, inline, flex, grid, etc.)
● position (static, relative, absolute, fixed, sticky)
● top, bottom, left, right
● z-index
● overflow
2. Typography (Text & Fonts)
● color
● font-family
● font-size
● font-style (normal, italic, oblique)
● font-weight (bold, lighter, etc.)
● letter-spacing
● line-height
● text-align (left, right, center, justify)
● text-decoration (underline, overline, none)
● text-transform (uppercase, lowercase, capitalize)
● white-space
● word-spacing
3. Background & Colors
● background-color
● background-image
● background-position
● background-size
● background-repeat
● background-attachment
● opacity
● box-shadow
4. Flexbox (Responsive Layouts)
● display: flex
● flex-direction (row, column, row-reverse, column-reverse)
● justify-content (flex-start, center, space-between, space-around)
● align-items (stretch, center, flex-start, flex-end)
● align-self
● flex-wrap (wrap, nowrap)
● flex-grow, flex-shrink, flex-basis
● gap
5. Grid (Advanced Layouts)
● display: grid
● grid-template-columns, grid-template-rows
● grid-column, grid-row
● grid-gap
● align-items, justify-items, place-items
● grid-template-areas
6. Borders & Outlines
● border
● border-radius
● border-width, border-style, border-color
● outline, outline-offset
7. Transitions & Animations
● transition
● transition-property, transition-duration,
transition-timing-function, transition-delay
● animation
● animation-name, animation-duration, animation-timing-function,
animation-delay, animation-iteration-count, animation-direction
● keyframes
8. Transformations
● transform
● rotate(), scale(), translate(), skew()
9. Visibility & Interaction
● visibility (visible, hidden)
● display (none, block, flex, etc.)
● cursor
● pointer-events
10. Pseudo-classes & Pseudo-elements
● :hover
● :focus
● :nth-child(n)
● :first-child, :last-child
● ::before, ::after
11. Media Queries & Responsive Design
● @media (max-width, min-width)
● vh, vw, em, rem, %
● object-fit
● aspect-ratio