We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bf0f3 commit ac9b594Copy full SHA for ac9b594
css/style.css
@@ -1835,7 +1835,21 @@ ul li {
1835
font-size: 16px;
1836
outline: none;
1837
}
1838
-
+.submit
1839
+{
1840
+ text-transform: uppercase;
1841
+ border: none;
1842
+ background-color: #111;
1843
+ color: #ffffff;
1844
+ display: block;
1845
+ margin-top: 10px;
1846
+ width: 35%;
1847
+ padding: 8px;
1848
+ font-size: 16px;
1849
+ font-weight: bold;
1850
+ outline: none;
1851
+ padding: ;
1852
+}
1853
#footer .flex-container .subscribe .submit{
1854
text-transform: uppercase;
1855
border: none;
0 commit comments