diff options
author | polwex <polwex@sortug.com> | 2025-09-18 10:04:43 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-09-18 10:04:43 +0700 |
commit | e69afcff1c1f42436998ca0b070162d556dd577c (patch) | |
tree | ceaf1e3c7f654902eb3029483a4a2af37591c320 /front/src/styles/styles.css | |
parent | 7bac4927e8895719a91011da9a2b997579238145 (diff) |
moredevelop
Diffstat (limited to 'front/src/styles/styles.css')
-rw-r--r-- | front/src/styles/styles.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/front/src/styles/styles.css b/front/src/styles/styles.css index 42a2e3c..5affd4f 100644 --- a/front/src/styles/styles.css +++ b/front/src/styles/styles.css @@ -34,6 +34,21 @@ /* tailwindy */ +.global-center { + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.centered { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + + .grow { flex-grow: 1; } |