diff --git a/css/style.css b/css/style.css index 16fbce3..e6d4157 100644 --- a/css/style.css +++ b/css/style.css @@ -1835,7 +1835,21 @@ ul li { font-size: 16px; outline: none; } - +.submit +{ + text-transform: uppercase; + border: none; + background-color: #111; + color: #ffffff; + display: block; + margin-top: 10px; + width: 35%; + padding: 8px; + font-size: 16px; + font-weight: bold; + outline: none; + padding: ; +} #footer .flex-container .subscribe .submit{ text-transform: uppercase; border: none;