So I have recently been coding a game (a clone of the game agar.io), and I have run into this problem where I can't move a button. its stuck, even though if add left: X; and top: X; I have searched so many places for a fix, but can't find anything. Here is the code:
<button style="width: 15%;float: left !important; left: 10px; and top: 10px;" onclick="document.getElementById('id01').style.display='block'" class="btn btn-success">Select Skin <i class="fui-user"></i></button>
Thanks, sorry if its a bit unclear.