mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-30 16:38:30 +01:00
16 lines
173 B
SCSS
16 lines
173 B
SCSS
.position-relative {
|
|
position: relative;
|
|
}
|
|
|
|
.position-absolute {
|
|
position: absolute;
|
|
}
|
|
|
|
.position-fixed {
|
|
position: fixed;
|
|
}
|
|
|
|
.position-sticky {
|
|
position: sticky;
|
|
}
|