mm
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
.position--static {
|
||||
position: static;
|
||||
}
|
||||
|
||||
.position--fixed {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.position--absolute {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.position--relative {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.position--sticky {
|
||||
position: sticky;
|
||||
}
|
||||
Reference in New Issue
Block a user