Skip to content

Instantly share code, notes, and snippets.

@ktzanev
Last active March 12, 2017 14:03
Show Gist options
  • Save ktzanev/59f53ff244a7c4982c2a to your computer and use it in GitHub Desktop.
Save ktzanev/59f53ff244a7c4982c2a to your computer and use it in GitHub Desktop.
A example
a.cool {
text-decoration:none;
display: inline-block;
margin: 21px;
padding: 21px;
background: yellow;
}
a.cool:hover {
text-decoration:underline overline;
}
<a href="http://www.google.fr">Lien vers Google</a><br>
<a href="http://www.google.fr" target="_blank">Le même lien, mais qui s'ouvre dans une nouvelle fenêtre</a><br>
<a href="http://bit.ly/1Ef22NR" class="cool">
Un lien avec une autre mise en forme
</a>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment