Last active
July 15, 2021 08:50
-
-
Save jpen365/f06addde126759535c813ba5aef29bc2 to your computer and use it in GitHub Desktop.
HTML markup for a simple text button
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
<div class="icon-button"> | |
<a class="icon-container" href="#"> | |
<i class="fa fa-facebook"></i> | |
</a> | |
</div> |
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
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment