diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 17:26:47 +0000 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 17:26:47 +0000 |
| commit | 7b7f8cdef5f035ccdab714059c1a6c54b80c4ba3 (patch) | |
| tree | 2d7ea5de37f2bda57be419b4aa37971afa09eab5 /src/match_up/static/custom.css | |
| parent | f68c54ae8f921c23851680b2501fac8bda1b4010 (diff) | |
| parent | 7b8bbe6db3680af65c3701afbcd31ac1f61773af (diff) | |
Merge branch 'develop' into 'main'2.0
Database and javascript timer implemented
See merge request KaranJayachandra/match_up!11
Diffstat (limited to 'src/match_up/static/custom.css')
| -rw-r--r-- | src/match_up/static/custom.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/match_up/static/custom.css b/src/match_up/static/custom.css new file mode 100644 index 0000000..fafc51a --- /dev/null +++ b/src/match_up/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 |
