diff --git a/assets/css/style.css b/assets/css/style.css index 43949a6..e32a04e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -165,7 +165,7 @@ body { /*style form-section here */ #form-section { - height: 800px; + height: 900px; margin-top: 20px; } @@ -211,6 +211,17 @@ label { margin: 5px 0 20px 10px; } +.join-us-button { + margin-top: 20px; + border-radius: 5px; + padding: 20px 40px; + text-align: center; + font-size: 200%; + background-color: #f5b09f; + color: white; + display: block; +} + /* classes.html */ #read-about { diff --git a/index.html b/index.html index d5281a1..e5cdc6c 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@