0% found this document useful (0 votes)
56 views

Css Order PDF

This document outlines how to organize CSS properties and selectors into categories including Sass inheritance, position and layout, display and visibility, clipping, animation, box model, background, typography, and pseudoelements. Key properties are listed within each category to provide the essential information for structuring CSS code.

Uploaded by

i.s.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views

Css Order PDF

This document outlines how to organize CSS properties and selectors into categories including Sass inheritance, position and layout, display and visibility, clipping, animation, box model, background, typography, and pseudoelements. Key properties are listed within each category to provide the essential information for structuring CSS code.

Uploaded by

i.s.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

HOW TO ORGANIZE CSS @ 9ELEMENTS

SASS INHERITANCE

@extend

clearfix

POSITION & LAYOUT


z-index
position top

float clear bottom


left
flexbox
right

DISPLAY & VISIBILITY

display

opacity

transform

CLIPPING

overflow clip

ANIMATION

animation transition

BOX MODEL (FROM OUTSIDE IN)

margin

box-shadow

border *-radius

width height

padding

BACKGROUND

background
font-family
cursor font-size
line-height
TYPOGRAPHY
font-weight
font
font-style
PSEUDOELEMENTS text-transform

:hover word-spacing
color
:focus

:active

:before :after

:first-child :last-child

You might also like