Advertisement
Guest User

Untitled

a guest
Mar 31st, 2017
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. /* Positioning */
  2. position
  3. top
  4. right
  5. bottom
  6. left
  7. z-index
  8.  
  9. /* Box-model */
  10. display
  11. float
  12. width
  13. height
  14. max-width
  15. max-height
  16. min-width
  17. min-height
  18. padding
  19. padding-top
  20. padding-right
  21. padding-bottom
  22. padding-left
  23. margin
  24. margin-top
  25. margin-right
  26. margin-bottom
  27. margin-left
  28. margin-collapse
  29. margin-top-collapse
  30. margin-right-collapse
  31. margin-bottom-collapse
  32. margin-left-collapse
  33. overflow
  34. overflow-x
  35. overflow-y
  36. clip
  37. clear
  38.  
  39. /* Typography */
  40. font
  41. font-family
  42. font-size
  43. font-smoothing
  44. osx-font-smoothing
  45. font-style
  46. font-weight
  47. hyphens
  48. src
  49. line-height
  50. letter-spacing
  51. word-spacing
  52. color
  53. text-align
  54. text-decoration
  55. text-indent
  56. text-overflow
  57. text-rendering
  58. text-size-adjust
  59. text-shadow
  60. text-transform
  61. word-break
  62. word-wrap
  63. white-space
  64. vertical-align
  65. list-style
  66. list-style-type
  67. list-style-position
  68. list-style-image
  69.  
  70. /* Visual */
  71. pointer-events
  72. cursor
  73. background
  74. background-attachment
  75. background-color
  76. background-image
  77. background-position
  78. background-repeat
  79. background-size
  80. border
  81. border-collapse
  82. border-top
  83. border-right
  84. border-bottom
  85. border-left
  86. border-color
  87. border-image
  88. border-top-color
  89. border-right-color
  90. border-bottom-color
  91. border-left-color
  92. border-spacing
  93. border-style
  94. border-top-style
  95. border-right-style
  96. border-bottom-style
  97. border-left-style
  98. border-width
  99. border-top-width
  100. border-right-width
  101. border-bottom-width
  102. border-left-width
  103. border-radius
  104. border-top-right-radius
  105. border-bottom-right-radius
  106. border-bottom-left-radius
  107. border-top-left-radius
  108. border-radius-topright
  109. border-radius-bottomright
  110. border-radius-bottomleft
  111. border-radius-topleft
  112. content
  113. quotes
  114. outline
  115. outline-offset
  116. opacity
  117. filter
  118. visibility
  119. size
  120. zoom
  121. box-align
  122. box-flex
  123. box-orient
  124. box-pack
  125. box-shadow
  126. box-sizing
  127. table-layout
  128.  
  129. /* Animation */
  130. transform
  131. animation
  132. animation-delay
  133. animation-duration
  134. animation-iteration-count
  135. animation-name
  136. animation-play-state
  137. animation-timing-function
  138. animation-fill-mode
  139. transition
  140. transition-delay
  141. transition-duration
  142. transition-property
  143. transition-timing-function
  144.  
  145. /* Misc */
  146. background-clip
  147. backface-visibility
  148. resize
  149. appearance
  150. user-select
  151. interpolation-mode
  152. direction
  153. marks
  154. page
  155. set-link-source
  156. unicode-bidi
  157. speak
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement