\documentclass[10pt,a4paper]{article}

% Packages
\usepackage{fancyhdr}           % For header and footer
\usepackage{multicol}           % Allows multicols in tables
\usepackage{tabularx}           % Intelligent column widths
\usepackage{tabulary}           % Used in header and footer
\usepackage{hhline}             % Border under tables
\usepackage{graphicx}           % For images
\usepackage{xcolor}             % For hex colours
%\usepackage[utf8x]{inputenc}    % For unicode character support
\usepackage[T1]{fontenc}        % Without this we get weird character replacements
\usepackage{colortbl}           % For coloured tables
\usepackage{setspace}           % For line height
\usepackage{lastpage}           % Needed for total page number
\usepackage{seqsplit}           % Splits long words.
%\usepackage{opensans}          % Can't make this work so far. Shame. Would be lovely.
\usepackage[normalem]{ulem}     % For underlining links
% Most of the following are not required for the majority
% of cheat sheets but are needed for some symbol support.
\usepackage{amsmath}            % Symbols
\usepackage{MnSymbol}           % Symbols
\usepackage{wasysym}            % Symbols
%\usepackage[english,german,french,spanish,italian]{babel}              % Languages

% Document Info
\author{John Mason (masonjo)}
\pdfinfo{
  /Title (bootstrap.pdf)
  /Creator (Cheatography)
  /Author (John Mason (masonjo))
  /Subject (Bootstrap Cheat Sheet)
}

% Lengths and widths
\addtolength{\textwidth}{6cm}
\addtolength{\textheight}{-1cm}
\addtolength{\hoffset}{-3cm}
\addtolength{\voffset}{-2cm}
\setlength{\tabcolsep}{0.2cm} % Space between columns
\setlength{\headsep}{-12pt} % Reduce space between header and content
\setlength{\headheight}{85pt} % If less, LaTeX automatically increases it
\renewcommand{\footrulewidth}{0pt} % Remove footer line
\renewcommand{\headrulewidth}{0pt} % Remove header line
\renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit
% This two commands together give roughly
% the right line height in the tables
\renewcommand{\arraystretch}{1.3}
\onehalfspacing

% Commands
\newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour
\newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols
\newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns
\newcommand{\tn}{\tabularnewline} % Required as custom column type in use

% Font and Colours
\definecolor{HeadBackground}{HTML}{333333}
\definecolor{FootBackground}{HTML}{666666}
\definecolor{TextColor}{HTML}{333333}
\definecolor{DarkBackground}{HTML}{563D7C}
\definecolor{LightBackground}{HTML}{F4F2F6}
\renewcommand{\familydefault}{\sfdefault}
\color{TextColor}

% Header and Footer
\pagestyle{fancy}
\fancyhead{} % Set header to blank
\fancyfoot{} % Set footer to blank
\fancyhead[L]{
\noindent
\begin{multicols}{3}
\begin{tabulary}{5.8cm}{C}
    \SetRowColor{DarkBackground}
    \vspace{-7pt}
    {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent
        \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}}
    }
\end{tabulary}
\columnbreak
\begin{tabulary}{11cm}{L}
    \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Bootstrap Cheat Sheet}}}} \\
    \normalsize{by \textcolor{DarkBackground}{John Mason (masonjo)} via \textcolor{DarkBackground}{\uline{cheatography.com/18871/cs/1992/}}}
\end{tabulary}
\end{multicols}}

\fancyfoot[L]{ \footnotesize
\noindent
\begin{multicols}{3}
\begin{tabulary}{5.8cm}{LL}
  \SetRowColor{FootBackground}
  \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}}  \\
  \vspace{-2pt}John Mason (masonjo) \\
  \uline{cheatography.com/masonjo} \\
        \uline{\seqsplit{www}.e-rehab.com}
  \end{tabulary}
\vfill
\columnbreak
\begin{tabulary}{5.8cm}{L}
  \SetRowColor{FootBackground}
  \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}}  \\
   \vspace{-2pt}Published 29th April, 2014.\\
   Updated 11th May, 2016.\\
   Page {\thepage} of \pageref{LastPage}.
\end{tabulary}
\vfill
\columnbreak
\begin{tabulary}{5.8cm}{L}
  \SetRowColor{FootBackground}
  \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}}  \\
  \SetRowColor{white}
  \vspace{-5pt}
  %\includegraphics[width=48px,height=48px]{dave.jpeg}
  Measure your website readability!\\
  www.readability-score.com
\end{tabulary}
\end{multicols}}




\begin{document}
\raggedright
\raggedcolumns

% Set font size to small. Switch to any value
% from this page to resize cheat sheet text:
% www.emerson.emory.edu/services/latex/latex_169.html
\footnotesize % Small font.

\begin{multicols*}{3}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Rows - Grid System}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{Rows are in .container or .container-fluid} \tn 
% Row Count 1 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{1.60195 cm} p{1.19002 cm} x{1.78503 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Columns}}  \tn
% Row 0
\SetRowColor{LightBackground}
.col-xs- & Always & Full \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
.col-sm- & \textgreater{}768 & 750 wide \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
.col-md- & \textgreater{}992 & 970 wide \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
.col-lg- & \textgreater{}1200 & 1170 wide \tn 
% Row Count 4 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}---}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Resets, Offsets, Pushes, Pulls}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{.clearfix} \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{.col-xs-offset- ({\emph{sm, md, lg}})} \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{{\bf{{\emph{Nest using a .row inside a col}}}}} \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{.col-xs-push- ({\emph{sm, md, lg}})} \tn 
% Row Count 4 (+ 1)
% Row 4
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{.col-xs-pull- ({\emph{sm, md, lg}})} \tn 
% Row Count 5 (+ 1)
% Row 5
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{.visible-xs  ({\emph{sm, md, lg}})} \tn 
% Row Count 6 (+ 1)
% Row 6
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{.hidden-xs  ({\emph{sm, md, lg}})} \tn 
% Row Count 7 (+ 1)
% Row 7
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{.visible-print} \tn 
% Row Count 8 (+ 1)
% Row 8
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{.hidden-print} \tn 
% Row Count 9 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{4.08114 cm} p{0.89586 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Grid Variables}}  \tn
% Row 0
\SetRowColor{LightBackground}
@grid-columns: & 12 \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
@grid-gutter-width: & 30px \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
@grid-float-breakpoint: & 768px \tn 
% Row Count 3 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Using Grid Mixin CSS}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{.wrapper \{.make-row();\} \newline % Row Count 1 (+ 1)
.content-main \{.make-lg-column(8);\} \newline % Row Count 2 (+ 1)
.content-secondary \{ \newline % Row Count 3 (+ 1)
   .make-lg-column(3); \newline % Row Count 4 (+ 1)
  \seqsplit{.make-lg-column-offset(1);} \newline % Row Count 5 (+ 1)
\}% Row Count 6 (+ 1)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Using Grid Mixin HTML}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{\textless{}div class="wrapper"\textgreater{} \newline % Row Count 1 (+ 1)
  \textless{}div class="content-main"\textgreater{}...\textless{}/div\textgreater{} \newline % Row Count 2 (+ 1)
  \textless{}div class="content-secondary"\textgreater{}...\textless{}/div\textgreater{} \newline % Row Count 3 (+ 1)
\textless{}/div\textgreater{}% Row Count 4 (+ 1)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{p{1.51041 cm} x{1.78503 cm} p{1.28156 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Typography}}  \tn
% Row 0
\SetRowColor{LightBackground}
.h1 & .h2 & .h3 \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
.h4 & .h5 & .h6 \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
.small & \textless{}small\textgreater{} & .lead \tn 
% Row Count 3 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}---}
\SetRowColor{LightBackground}
\mymulticolumn{3}{x{5.377cm}}{@font-size-base | @line-height-base}  \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}---}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{2.38896 cm} x{2.58804 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Align}}  \tn
% Row 0
\SetRowColor{LightBackground}
.text-left & .text-right \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
.text-center & .text-justify \tn 
% Row Count 2 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{2.58804 cm} x{2.38896 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Text Helpers}}  \tn
% Row 0
\SetRowColor{LightBackground}
.text-muted & .text-primary \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
.text-success & .text-info \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
.text-warning & .text-danger \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
.bg-primary & .bg-success \tn 
% Row Count 4 (+ 1)
% Row 4
\SetRowColor{LightBackground}
.bg-info & .bg-warning \tn 
% Row Count 5 (+ 1)
% Row 5
\SetRowColor{white}
\mymulticolumn{2}{x{5.377cm}}{.bg-danger} \tn 
% Row Count 6 (+ 1)
% Row 6
\SetRowColor{LightBackground}
{\bf{.text-hide}} & {\bf{.sr-only}} \tn 
% Row Count 7 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{2.68758 cm} x{2.28942 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Lists}}  \tn
% Row 0
\SetRowColor{LightBackground}
.list-unstyled & .list-inline \tn 
% Row Count 1 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Descriptions}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{\textless{}dl\textgreater{}   \textless{}dt\textgreater{}...\textless{}/dt\textgreater{}   \textless{}dd\textgreater{}...\textless{}/dd\textgreater{} \textless{}/dl\textgreater{}} \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{.dl-horizontal} \tn 
% Row Count 2 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Images}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{.img-responsive (max-width:100\%, height:auto)} \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{.img-rounded} \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{.img-circle} \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{.img-thumbnail (double border)} \tn 
% Row Count 4 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Forms}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{{\bf{NEED TO DO}}% Row Count 1 (+ 1)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Buttons}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{\textless{}button type="button" class="btn btn-default"\textgreater{}Default\textless{}/button\textgreater{} \newline % Row Count 2 (+ 2)
\textless{}a href="\#" class="btn btn-primary btn-lg active" role="button"\textgreater{}Primary link\textless{}/a\textgreater{}% Row Count 4 (+ 2)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{2.33919 cm} x{2.63781 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Button Classes}}  \tn
% Row 0
\SetRowColor{LightBackground}
.btn-default & .btn-primary \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
.btn-success & .btn-info \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
.btn-warning & .btn-danger \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
\mymulticolumn{2}{x{5.377cm}}{.btn-link  {\emph{(to look like a link)}}} \tn 
% Row Count 4 (+ 1)
% Row 4
\SetRowColor{LightBackground}
.btn-lg & .btn-sm \tn 
% Row Count 5 (+ 1)
% Row 5
\SetRowColor{white}
.btn-xs & .btn-block \tn 
% Row Count 6 (+ 1)
% Row 6
\SetRowColor{LightBackground}
.active (A tag) & .disabled (A tag) \tn 
% Row Count 7 (+ 1)
% Row 7
\SetRowColor{white}
\mymulticolumn{2}{x{5.377cm}}{disabled="disabled"} \tn 
% Row Count 8 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{p{1.4931 cm} x{3.4839 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Labels}}  \tn
% Row 0
\SetRowColor{LightBackground}
.label & .label-default \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
\mymulticolumn{2}{x{5.377cm}}{primary, success, info, warning, danger} \tn 
% Row Count 2 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{\textless{}span class="label label-default"\textgreater{}New\textless{}/span\textgreater{}}  \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Badge}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{\textless{}span class="badge"\textgreater{}42\textless{}/span\textgreater{}% Row Count 1 (+ 1)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{p{0.4977 cm} p{0.4977 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Alerts}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{.alert .alert-success} \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
\mymulticolumn{2}{x{5.377cm}}{success, info, warning, or danger} \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{.alert-dismissable} \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
\mymulticolumn{2}{x{5.377cm}}{\textless{}button type="button" class="close" data-dismiss="alert" aria-hidden="true"\textgreater{}\×\textless{}/button\textgreater{}} \tn 
% Row Count 5 (+ 2)
% Row 4
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{\textless{}a href="\#" class="alert-link"\textgreater{}...\textless{}/a\textgreater{}} \tn 
% Row Count 6 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Break}}  \tn
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{2.58804 cm} x{2.38896 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Tables}}  \tn
% Row 0
\SetRowColor{LightBackground}
.table & .table-striped \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
.table-bordered & .table-hover \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{.table-condensed} \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
\mymulticolumn{2}{x{5.377cm}}{.table-responsive} \tn 
% Row Count 4 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{Wrap .table in .table-responsive \newline \textless{}div class='table-responsive'\textgreater{} \newline ...table \newline \textless{}/div\textgreater{}}  \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{5.377cm}{x{1.73926 cm} x{1.73926 cm} p{1.09848 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Rows or Cells}}  \tn
% Row 0
\SetRowColor{LightBackground}
.active & .success & .info \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
.warning & .danger &  \tn 
% Row Count 2 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}---}
\end{tabularx}
\par\addvspace{1.3em}

\columnbreak
\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Tags}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{{\bf{abbr}}} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}\textless{}abbr title="attribute"\textgreater{}attr\textless{}/abbr\textgreater{}} \tn 
% Row Count 2 (+ 2)
% Row 1
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{{\bf{address}}} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}\textless{}address\textgreater{}   \textless{}strong\textgreater{}Twitter, Inc.\textless{}/strong\textgreater{}\textless{}br\textgreater{}   795 Folsom Ave, Suite 600\textless{}br\textgreater{}   San Francisco, CA 94107\textless{}br\textgreater{}   \textless{}abbr title="Phone"\textgreater{}P:\textless{}/abbr\textgreater{} (123) 456-7890 \textless{}/address\textgreater{}} \tn 
% Row Count 7 (+ 5)
% Row 2
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{{\bf{blockquote}}} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}\textless{}blockquote\textgreater{}   \textless{}p\textgreater{}Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer\textless{}/p\textgreater{} \textless{}/blockquote\textgreater{}} \tn 
% Row Count 11 (+ 4)
% Row 3
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{blockquote {\bf{footer}}} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}\textless{}footer\textgreater{}Someone famous in \textless{}cite title="Source Title"\textgreater{}Source Title\textless{}/cite\textgreater{}\textless{}/footer\textgreater{}} \tn 
% Row Count 14 (+ 3)
% Row 4
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{{\bf{blockquote}} right justify} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}.blockquote-reverse} \tn 
% Row Count 16 (+ 2)
% Row 5
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{{\bf{code}}} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}\textless{}code\textgreater{}\<section\>\textless{}/code\textgreater{}} \tn 
% Row Count 18 (+ 2)
% Row 6
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{{\bf{kbd}} Keyboard Entry} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}\textless{}kbd\textgreater{}cd\textless{}/kbd\textgreater{}} \tn 
% Row Count 20 (+ 2)
% Row 7
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{.pre-scrollable} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}Max Height 350px box, with y-axis scrollbar.  Used with {\bf{pre}} tag} \tn 
% Row Count 23 (+ 3)
% Row 8
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{close button} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}\textless{}button type="button" class="close" aria-hidden="true"\textgreater{}\×\textless{}/button\textgreater{}} \tn 
% Row Count 26 (+ 3)
% Row 9
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{{\bf{Caret}}} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}\textless{}span class="caret"\textgreater{}\textless{}/span\textgreater{}} \tn 
% Row Count 28 (+ 2)
% Row 10
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{{\bf{Floats}}} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}.pull-left       .pull-right} \tn 
% Row Count 30 (+ 2)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Tags (cont)}}  \tn
% Row 11
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{Float Mixin} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}.element \{ .pull-left(); \}} \tn 
% Row Count 2 (+ 2)
% Row 12
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{{\bf{Clear Floats}}} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}.clearfix} \tn 
% Row Count 4 (+ 2)
% Row 13
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{{\bf{Center Block}} ({\emph{mixin also}})} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}.center-block  (display:block, margin auto)  |  .center-block();} \tn 
% Row Count 7 (+ 3)
% Row 14
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{{\bf{Show}} ({\emph{mixin also}})} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}.show     |    {\emph{.show();}}} \tn 
% Row Count 9 (+ 2)
% Row 15
\SetRowColor{white}
\mymulticolumn{1}{x{5.377cm}}{{\bf{Hide}} ({\emph{mixin also}})} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}.hide      |    {\emph{.hide();}}} \tn 
% Row Count 11 (+ 2)
% Row 16
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{5.377cm}}{{\bf{Glyphicons}}} \tn 
\mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}\textless{}span class="glyphicon glyphicon-search"\textgreater{}\textless{}/span\textgreater{}} \tn 
% Row Count 14 (+ 3)
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}


% That's all folks
\end{multicols*}

\end{document}