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.
2 parents 69b6aec + a6717d0 commit d7c3b9eCopy full SHA for d7c3b9e
css/style.css
@@ -1843,7 +1843,7 @@ ul li {
1843
color: #ffffff;
1844
display: block;
1845
margin-top: 10px;
1846
- width: 28%;
+ width: 35%;
1847
padding: 8px;
1848
font-size: 16px;
1849
font-weight: bold;
index.html
@@ -376,7 +376,7 @@ <h3>SUBSCRIBE</h3>
376
<form action="#">
377
<input class="field" type="text" placeholder="Your name">
378
<input class="field" type="email" placeholder="Email">
379
- <input class="submit btn btn-dange" type="submit">
+ <button type="submit" class="submit btn btn-dange">SUBMIT QUERY</button> <!-- Changes -->
380
</form>
381
</div>
382
0 commit comments