Created
December 19, 2012 07:58
-
-
Save leechy/4335151 to your computer and use it in GitHub Desktop.
AppStore Badge with SVG and fallback to png
This file contains 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
/** | |
* AppStore Badge with SVG and fallback to png | |
*/ | |
.b-download__app-store-badge { | |
display: inline-block; | |
background: url('http://www.leechy.ru/inn/appstore-en.png') no-repeat; | |
background: none, url('http://www.leechy.ru/inn/appstore-en.svg') no-repeat; | |
background-size: 100% 100%; | |
width: 135px; | |
height: 40px; | |
} | |
.b-download__app-store { | |
background: url('http://www.leechy.ru/inn/appstore-en.png') no-repeat; | |
width: 135px; | |
height: 40px; | |
} | |
body { | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; | |
} | |
This file contains 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
<p><span class="b-download__app-store-badge"></span></p> | |
<p><img src="http://www.leechy.ru/inn/appstore-en.svg" class="b-download__app-store"></p> |
This file contains 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
// alert('Hello world!'); |
This file contains 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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your Image Links are Not working