Advertisement
poshtarboba

css-order

Oct 13th, 2020
1,809
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. selector1,
  2. selector2,
  3. selector3 {
  4.   position: relative;
  5.   left, top, right, bottom
  6.   z-index
  7.   display
  8.   list-style
  9.   box-sizing
  10.   margin, padding
  11.   width, height
  12.   color
  13.   font*
  14.   text*
  15.   background*
  16.   border*
  17.   border-radius
  18.   cursor
  19.   opaticy
  20.   overflow
  21.   user-select
  22.   transform
  23.   transition
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement