aboutsummaryrefslogtreecommitdiff
path: root/src/components/Form/Form.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Form/Form.css')
-rw-r--r--src/components/Form/Form.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/Form/Form.css b/src/components/Form/Form.css
new file mode 100644
index 0000000..d0ecc5f
--- /dev/null
+++ b/src/components/Form/Form.css
@@ -0,0 +1,4 @@
+form {
+ border: 1px solid purple;
+ display: flex;
+ justify-content: space-evenly; }