Skip to content

Instantly share code, notes, and snippets.

@alexb5985
alexb5985 / bootstrap_3_full_class_list
Created March 27, 2017 16:54 — forked from cosmicscr/bootstrap_3_full_class_list
bootstrap 3 full class list
Here are all the classes from Bootstrap 3 (version 3.1.1).
Method of extraction:
1. Download Bootstrap 3 and rename bootstrap.css as "bootstrap.html"
2. Add the following 24 lines of code to the very bottom of the bootstrap.html file:
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js"></script>
<script>
@alexb5985
alexb5985 / my-gist.html
Last active March 25, 2017 13:57
gist-run
<!DOCTYPE html>
<html lang="en">
<head>
<title> </title>
<meta charset="utf-8" />
<link rel="stylesheet" href="styles.css" />
<script src="https://gist.github.com/alexb5985/89c8838bb72d3e3a25b7a0b3ee6f0b85.js"></script>
</head>
<body>
<p>Hello world !</p>