mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
docs(tailwind): position
This commit is contained in:
@@ -136,10 +136,15 @@
|
|||||||
/*
|
/*
|
||||||
* Position
|
* Position
|
||||||
* ----------
|
* ----------
|
||||||
*
|
* Utilities for controlling how an element is positioned in the DOM.
|
||||||
*
|
* By default, only responsive variants are generated for position utilities.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.static /* position: static; */
|
||||||
|
.fixed /* position: fixed; */
|
||||||
|
.absolute /* position: absolute; */
|
||||||
|
.relative /* position: relative; */
|
||||||
|
.sticky /* position: sticky; */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Top / Right / Bottom / Left
|
* Top / Right / Bottom / Left
|
||||||
|
|||||||
Reference in New Issue
Block a user