Posts by Dragonox • 11 points
2 posts
-
-1
votes1
answer325
viewsQ: How do I center this input vertically?
[![ div#newsletter{ text-align: center; background-color: #000000; padding: 10px; margin-bottom: 5px; } div#newsletter input{ border-radius: 3px; border: 2px #606060 solid; padding: 15px; width:…
-
0
votes1
answer105
viewsQ: How do I join the background of a div with that of the footer?
I would like to remove that blank space between the footer and the input div. I tried to create a "span" for both to leave only a "background-color", but it did not work. Upshot: Code:…