Created
March 15, 2016 11:49
-
-
Save ps-team/0108e0e07567036d49c1 to your computer and use it in GitHub Desktop.
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
<div class="image"> | |
image | |
</div> | |
.image { | |
text-indent: -9999px; | |
width: 100px; | |
height: 50px; | |
background-image: url("image.svg"); | |
background-size: 100px 50px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment