Skip to content

Instantly share code, notes, and snippets.

@milad1367
Created November 4, 2015 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milad1367/4081f12f87e33baa6181 to your computer and use it in GitHub Desktop.
Save milad1367/4081f12f87e33baa6181 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* 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;
}
<!-- content to be placed inside <body>…</body> -->
<body>
<a href="#">This is a link</a>
</body>
// alert('Hello world!');
{"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