summaryrefslogtreecommitdiff
path: root/src/match_up/static/custom.css
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-11-15 17:26:47 +0000
committerKaran Jayachandra <mail@karanjayachandra.com>2024-11-15 17:26:47 +0000
commit7b7f8cdef5f035ccdab714059c1a6c54b80c4ba3 (patch)
tree2d7ea5de37f2bda57be419b4aa37971afa09eab5 /src/match_up/static/custom.css
parentf68c54ae8f921c23851680b2501fac8bda1b4010 (diff)
parent7b8bbe6db3680af65c3701afbcd31ac1f61773af (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.css19
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