Telephone link with telephone icon


Description: 




Kind:

CSS, HTML


CSS:

#nawid a{
text-decoration: none;
}

a[href^="tel:"]:before {
content: "\260E";
display: block;
float: left;
margin-right: 0.7em;
}


HTML:

© 2016-2024 Code snippets - Jos Vermeulen. All Rights Reserved.