Skip to content

Commit 7acad9c

Browse files
authored
Merge pull request #67 from piyush97/piyush97-submitButton-style
Submit query button padding issue solved
2 parents 292c15a + ac9b594 commit 7acad9c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

css/style.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,21 @@ ul li {
18351835
font-size: 16px;
18361836
outline: none;
18371837
}
1838-
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+
}
18391853
#footer .flex-container .subscribe .submit{
18401854
text-transform: uppercase;
18411855
border: none;

0 commit comments

Comments
 (0)