Answers for "add bg image to button html"

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

Browse Popular Code Answers by Language