diff --git a/static/css/main.css b/static/css/main.css index 5c00f1d0..a8a63c18 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -115,6 +115,13 @@ body { padding: 5px 10px 0 10px; } +.form-step-div { + box-shadow: 0 -5px 15px black; + margin: 30px 0 20px 0; + border-radius: 30px; + padding: 5px 10px 0 10px; +} + footer .footer-icons { display: flex; flex-wrap: wrap; diff --git a/templates/community_forms.html b/templates/community_forms.html index 20dc2572..06ad22a9 100644 --- a/templates/community_forms.html +++ b/templates/community_forms.html @@ -678,3 +678,155 @@
+ +