diff options
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 |