vikrantnegi
vikrantnegi

Reputation: 2492

how to customize bootstrap button and add small images in it?

I want to customize bootstrap button and add two small images in the button itself to make it look like button. Here is the image preview: Image Link

Upvotes: 1

Views: 458

Answers (1)

Merlin Jackson
Merlin Jackson

Reputation: 142

Have you tried

<button type="submit" style="background-color:red;"><img src=""> Button<img src=""></button>

It seems simple enough

Upvotes: 2

Related Questions