Created
November 25, 2013 06:09
-
-
Save sytelus/7637031 to your computer and use it in GitHub Desktop.
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>JS Bin</title> | |
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css"> | |
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> | |
<style> | |
td { | |
padding: 0px; | |
font-size: 85%; | |
} | |
i { | |
font-size: 90%; | |
} | |
</style> | |
</head> | |
<body> | |
<p> | |
Text in normal font size. | |
</p> | |
<table class="table"> | |
<tr><td> <i class="fa fa-plus-square-o" /> Hello! </td></tr> | |
<tr><td> <i class="fa fa-plus-square-o" /> Hello! </td></tr> | |
<tr><td> <i class="fa fa-plus-square-o" /> Hello! </td></tr> | |
<tr><td> <i class="fa fa-plus-square-o" /> Hello! </td></tr> | |
<tr><td> <i class="fa fa-plus-square-o" /> Hello! </td></tr> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment