diff --git a/static/css/main.css b/static/css/main.css index ca8e0160..48fdeb06 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -140,6 +140,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 788d6c5d..11198da2 100644 --- a/templates/community_forms.html +++ b/templates/community_forms.html @@ -988,3 +988,155 @@
+ +