Skip to content

Instantly share code, notes, and snippets.

@comficker
Created October 11, 2022 03:53
Show Gist options
  • Save comficker/9663b93078dfe407759cc0a5b2d19fad to your computer and use it in GitHub Desktop.
Save comficker/9663b93078dfe407759cc0a5b2d19fad to your computer and use it in GitHub Desktop.
The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).
- Position: `position: static | relative | absolute | fixed | sticky`
- Position Properties: `top | right | bottom | left `
- Float Element: `float: left | right | none`
- Clear Floating Elements: `clear: none | left | right | both`
- Index: `z-index: 3 | auto | inherit`
[CSS Cheat Sheet](https://simplecheatsheet.com/tag/css-cheat-sheet/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment