diff options
author | Parker <contact@pkrm.dev> | 2024-11-15 00:30:43 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-15 00:30:43 -0600 |
commit | 04cc3869c2844bb82ac6975ee218141104385c35 (patch) | |
tree | 1a4c9622606ea4e562a00f6fc022d7c802e3742d /app/src/styles/Create.module.css | |
parent | dbc53a555e64fdd0b848bf33b4208820b8701509 (diff) |
Extra route + Much more UI
Diffstat (limited to 'app/src/styles/Create.module.css')
-rw-r--r-- | app/src/styles/Create.module.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/styles/Create.module.css b/app/src/styles/Create.module.css new file mode 100644 index 0000000..2d21514 --- /dev/null +++ b/app/src/styles/Create.module.css @@ -0,0 +1,11 @@ +.createInput { + display: block; + margin: 10px auto; + width: 500px; + border-radius: 5px; + padding: 15px; + color: #ccc; + background-color: #3b4148; + border: none; + font-size: 17px; +}
\ No newline at end of file |