summaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2021-10-14 23:32:50 +0200
committerMaksymilian Jopek <maks@jopek.eu>2021-10-14 23:32:50 +0200
commit94ca5987544009f2da17fe27abc6c9de380d34fd (patch)
tree5b35293f5d9c76a8e953b5d04391aed15e9fb24d /src/styles
downloadisiqandisi-94ca5987544009f2da17fe27abc6c9de380d34fd.tar.gz
isiqandisi-94ca5987544009f2da17fe27abc6c9de380d34fd.tar.zst
isiqandisi-94ca5987544009f2da17fe27abc6c9de380d34fd.zip
Initial commit - config with index.hmtl
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/index.css18
-rw-r--r--src/styles/main.css0
2 files changed, 18 insertions, 0 deletions
diff --git a/src/styles/index.css b/src/styles/index.css
new file mode 100644
index 0000000..99fef17
--- /dev/null
+++ b/src/styles/index.css
@@ -0,0 +1,18 @@
+body {
+ background-color: black;
+ color: white;
+ font-size: 1.3em
+}
+div {
+ display: flex;
+ height: 95vh;
+ align-items: center;
+ justify-content: center;
+}
+input[type="text"] {
+ margin: 5px;
+}
+button {
+ background-color: rgba(0, 0, 0, 0);
+ border-color: rgba(0, 0, 0, 0);
+}
diff --git a/src/styles/main.css b/src/styles/main.css
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/styles/main.css