Created
January 25, 2012 17:17
-
-
Save mbernson/1677390 to your computer and use it in GitHub Desktop.
Input plaatje
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<style type="text/css"> | |
input[ type=submit ] { | |
color: transparent; | |
background: transparent url("http://placekitten.com/128/128") no-repeat fixed; | |
border: none; | |
width: 64px; | |
height: 64px; | |
} | |
</style> | |
<form> | |
<input type="submit" /> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment