I am getting some white space between my image and the button border. I cant seem to get rid of it whatever i try.
#rock_button {
outline: none;
position: absolute;
top: 265px;
left: 19%;
border-radius: 8px;
cursor: hand;
text-align: center;
border-color: #3f441c;
display: block;
padding: none;
box-shadow: 2px 10px 10px 5px black
}
<button id="rock_button" class="slideRight" name="choice" value="rock">
<img src="http://i.imgur.com/XT41ZXk.jpg" alt="Rock">
</button>
Any help would be great. Im using sinatra and ruby with my html if that makes a difference?