Skip to content

Instantly share code, notes, and snippets.

@lawnzapper
lawnzapper / bootstrap_ms.css
Created May 27, 2014 09:57 — forked from firepol/bootstrap_ms.css
Bootstrap: 480px Breakpoint
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
@lawnzapper
lawnzapper / gist:255a31025ce3c9b86100
Created May 22, 2014 14:51
BOOTSTRAP 3: starter theme
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
@lawnzapper
lawnzapper / starter-template.html
Created May 22, 2014 12:38 — forked from jonschlinkert/starter-template.html
Bootstrap: Starter 2.2.1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Starter Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- styles -->
@lawnzapper
lawnzapper / gist:d82f338906f28e8dee2d
Created May 22, 2014 12:18
HTML: Bootstrap 3.1.1
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">