Skip to content

Instantly share code, notes, and snippets.

@ron4stoppable
Created March 28, 2016 11:32
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 ron4stoppable/798234d9190a5bf76eaa to your computer and use it in GitHub Desktop.
Save ron4stoppable/798234d9190a5bf76eaa to your computer and use it in GitHub Desktop.
/*
* Dabblet: Font Awesome Icon test
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
/* just to center align div */
.row{
width: 100%;
text-align: center;
}
.cols{
display: inline-block;
padding: 50px;
}
<!-- this goes inside <body> -->
<div class="row">
<div class="cols">
<i class="fa fa-reddit-alien"></i><p> Reddit </p>
</div>
<div class="cols">
<i class="fa fa-car"></i><p>Car</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment