Skip to content

Instantly share code, notes, and snippets.

@dannyvassallo
Last active September 15, 2015 23:50
Show Gist options
  • Save dannyvassallo/591420ae2cebda9eae3f to your computer and use it in GitHub Desktop.
Save dannyvassallo/591420ae2cebda9eae3f to your computer and use it in GitHub Desktop.
All CSS Positioning Properties
Property Description Values
bottom Sets the bottom margin edge for a positioned box auto length % inherit
clip Clips an absolutely positioned element shape auto inherit
cursor Specifies the type of cursor to be displayed url auto crosshair default pointer move e-resize ne-resize nw-resize n-resize se-resize sw-resizes-resize w-resize text wait help
left Sets the left margin edge for a positioned box auto length % inherit
overflow Specifies what happens if content overflows an element's box auto hidden scroll visible inherit
position Specifies the type of positioning for an element absolute fixed relative static inherit
right Sets the right margin edge for a positioned box auto length % inherit
top Sets the top margin edge for a positioned box auto length % inherit
z-index Sets the stack order of an element number auto inherit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment