Answers for "how to add text to a button with background image"

CSS
0

button with background image and text html css

<button type=submit style="background: #ccc url(test.jpg); padding: 0.5em 1em">Go!</button>
Posted by: Guest on May-26-2021

Code answers related to "how to add text to a button with background image"

Browse Popular Code Answers by Language