diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-06 12:58:07 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-06 12:58:07 +0200 |
| commit | 0da8dc16fb26e9df5d0efd7c7a463e354d8e00cf (patch) | |
| tree | d016270ebf8e6e9fef499da5767c99b656c75075 /static/custom.css | |
| parent | 155e77d22f24d1984476144f48bf173044d089a0 (diff) | |
Transitioned back to a traditional flask app
Diffstat (limited to 'static/custom.css')
| -rw-r--r-- | static/custom.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/static/custom.css b/static/custom.css new file mode 100644 index 0000000..fafc51a --- /dev/null +++ b/static/custom.css @@ -0,0 +1,19 @@ +button, input, .select, .select select { + width: 100%; +} +table { + font-size: 17.5px; +} +td { + width: 20%; +} +img { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); +} +.center { + margin: auto; + width: 50%; +}
\ No newline at end of file |
