diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-01 17:19:38 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-01 17:19:38 +0000 |
| commit | d5ecfaf90385e846ce7168b1b18535315b7fcdc4 (patch) | |
| tree | 558685aaa5f95f208c2a84ceb5d76b173bfbddc2 /static/css/index.css | |
| parent | 267172e6246f39eb6ead3f947076d6c97948cd06 (diff) | |
Refactor: clean static index inline styles
Diffstat (limited to 'static/css/index.css')
| -rwxr-xr-x | static/css/index.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/index.css b/static/css/index.css index e256dbe..8141ef9 100755 --- a/static/css/index.css +++ b/static/css/index.css @@ -71,6 +71,14 @@ body { text-decoration: none; } +.text-center { + text-align: center; +} + +.is-hidden { + display: none; +} + #video{ display:none; } |
