Answers for "image as button css"

2

add image to boot strap button

<button class="btn btn-default">
     <img src="http://i.stack.imgur.com/e2S63.png" width="20" /> Sign In with Facebook
</button>
Posted by: Guest on August-28-2020
1

how to put image in button css

input.button-add {
  height: 32px;
  padding-left: 36px;
  padding-right: 10px;
  border: 1px solid #000000;
  background: #ff9900 url("http://placehold.it/16x16") no-repeat 10px center;
  cursor: pointer;
}
Posted by: Guest on June-21-2021

Browse Popular Code Answers by Language