diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/index.css | 18 | ||||
| -rw-r--r-- | src/styles/main.css | 0 |
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 |
