Skip to content

Instantly share code, notes, and snippets.

@masarugen
Created January 31, 2013 06:24
Show Gist options
  • Save masarugen/4680753 to your computer and use it in GitHub Desktop.
Save masarugen/4680753 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head> <meta charset="utf-8">
<link rel="stylesheet" href="css/bootstrap.min.css">
<style> body {
padding: 100px;
background-color: #eee;
}
</style>
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<i class="icon-search"></i>
<i class="icon-search" style="color: red;"></i>
<i class="icon-search" style="color: blue;"></i>
<i class="icon-search" style="color: green;"></i>
<i class="icon-search" style="font-size:20em"></i>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment