Created
November 4, 2015 18:35
-
-
Save milad1367/4081f12f87e33baa6181 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
body { | |
font-family: Arial; | |
font-size: 33px; | |
} | |
a { | |
text-decoration: none; | |
color: #515151; | |
} | |
a:before { | |
font-family: FontAwesome; | |
content: "\f095"; | |
display: inline-block; | |
padding-right: 3px; | |
vertical-align: middle; | |
}a { | |
text-decoration: none; | |
color: #515151; | |
} | |
a:before { | |
font-family: FontAwesome; | |
content: "\f095"; | |
display: inline-block; | |
padding-right: 3px; | |
vertical-align: middle; | |
} |
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
<!-- content to be placed inside <body>…</body> --> | |
<body> | |
<a href="#">This is a link</a> | |
</body> |
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
// alert('Hello world!'); |
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
{"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