Created
March 30, 2017 21:18
-
-
Save redgeoff/a51bcbf597b8ad99ca4538e0c3c85c34 to your computer and use it in GitHub Desktop.
Bootstrap Typography
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Bootstrap Typography</title> | |
<!-- Bootstrap --> | |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> | |
</head> | |
<body> | |
<h1>h1. Bootstrap heading <small>Secondary text</small></h1> | |
<h2>h2. Bootstrap heading <small>Secondary text</small></h2> | |
<h3>h3. Bootstrap heading <small>Secondary text</small></h3> | |
<h4>h4. Bootstrap heading <small>Secondary text</small></h4> | |
<h5>h5. Bootstrap heading <small>Secondary text</small></h5> | |
<h6>h6. Bootstrap heading <small>Secondary text</small></h6> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment