Liens avec Filetype []
[PDF], [MP3], ...
by toubia95
HTML
<a href="http://www.test.fr/sdfs.pdf">lien externe</a><br />
CSS
@charset "UTF-8";
/* liens externes */
[href^="http"]:after {
content:"\f08e";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: inherit;
}
a [href^="http"] {
display: inline-block;
text-decoration: inherit;
}