\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{Kagerjay}
\pdfinfo{
  /Title (css-default-values.pdf)
  /Creator (Cheatography)
  /Author (Kagerjay)
  /Subject (css default values 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}{A3A3A3}
\definecolor{LightBackground}{HTML}{F3F3F3}
\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{css default values Cheat Sheet}}}} \\
    \normalsize{by \textcolor{DarkBackground}{Kagerjay} via \textcolor{DarkBackground}{\uline{cheatography.com/39520/cs/13696/}}}
\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}Kagerjay \\
  \uline{cheatography.com/kagerjay} \\
  \end{tabulary}
\vfill
\columnbreak
\begin{tabulary}{5.8cm}{L}
  \SetRowColor{FootBackground}
  \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}}  \\
   \vspace{-2pt}Not Yet Published.\\
   Updated 28th November, 2017.\\
   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{1.44333 cm} x{3.53367 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}}  \tn
% Row 0
\SetRowColor{LightBackground}
a:link & color: (internal value);\{\{nl\}\} text-decoration: underline;\{\{nl\}\}cursor: auto; \tn 
% Row Count 3 (+ 3)
% Row 1
\SetRowColor{white}
a:visited & color: (internal value); \{\{nl\}\}text-decoration: underline;\{\{nl\}\} cursor: auto; \tn 
% Row Count 6 (+ 3)
% Row 2
\SetRowColor{LightBackground}
\seqsplit{a:link:active} & color: (internal value); \tn 
% Row Count 8 (+ 2)
% Row 3
\SetRowColor{white}
\seqsplit{a:visited:active} & color: (internal value); \tn 
% Row Count 10 (+ 2)
% Row 4
\SetRowColor{LightBackground}
abbr & None. \tn 
% Row Count 11 (+ 1)
% Row 5
\SetRowColor{white}
address & display: block;\{\{nl\}\} font-style: italic; \tn 
% Row Count 13 (+ 2)
% Row 6
\SetRowColor{LightBackground}
area & display: none; \tn 
% Row Count 14 (+ 1)
% Row 7
\SetRowColor{white}
article & display: block; \tn 
% Row Count 15 (+ 1)
% Row 8
\SetRowColor{LightBackground}
aside & display: block; \tn 
% Row Count 16 (+ 1)
% Row 9
\SetRowColor{white}
audio & None. \tn 
% Row Count 17 (+ 1)
% Row 10
\SetRowColor{LightBackground}
b & font-weight: bold; \tn 
% Row Count 18 (+ 1)
% Row 11
\SetRowColor{white}
base & None. \tn 
% Row Count 19 (+ 1)
% Row 12
\SetRowColor{LightBackground}
bdi & None. \tn 
% Row Count 20 (+ 1)
% Row 13
\SetRowColor{white}
bdo & unicode-bidi: bidi-override; \tn 
% Row Count 21 (+ 1)
% Row 14
\SetRowColor{LightBackground}
blockquote & display: block;\{\{nl\}\} margin-top: 1em;\{\{nl\}\} margin-bottom: 1em;\{\{nl\}\} margin-left: 40px;\{\{nl\}\} margin-right: 40px;\{\{nl\}\} \tn 
% Row Count 26 (+ 5)
% Row 15
\SetRowColor{white}
body & display: block;\{\{nl\}\} margin: 8px;\{\{nl\}\} \tn 
% Row Count 28 (+ 2)
% Row 16
\SetRowColor{LightBackground}
body:focus & outline: none; \tn 
% Row Count 29 (+ 1)
% Row 17
\SetRowColor{white}
br & None. \tn 
% Row Count 30 (+ 1)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Cheat Sheet (cont)}}  \tn
% Row 18
\SetRowColor{LightBackground}
button & None \tn 
% Row Count 1 (+ 1)
% Row 19
\SetRowColor{white}
canvas & None. \tn 
% Row Count 2 (+ 1)
% Row 20
\SetRowColor{LightBackground}
caption & display: table-caption;\{\{nl\}\} text-align: center;\{\{nl\}\} \tn 
% Row Count 4 (+ 2)
% Row 21
\SetRowColor{white}
cite & font-style: italic; \tn 
% Row Count 5 (+ 1)
% Row 22
\SetRowColor{LightBackground}
code & font-family: monospace; \tn 
% Row Count 6 (+ 1)
% Row 23
\SetRowColor{white}
col & display: table-column; \tn 
% Row Count 7 (+ 1)
% Row 24
\SetRowColor{LightBackground}
colgroup & display: table-column-group \tn 
% Row Count 8 (+ 1)
% Row 25
\SetRowColor{white}
datalist & display: none; \tn 
% Row Count 9 (+ 1)
% Row 26
\SetRowColor{LightBackground}
dd & display: block;\{\{nl\}\} margin-left: 40px;\{\{nl\}\} \tn 
% Row Count 11 (+ 2)
% Row 27
\SetRowColor{white}
del & text-decoration: line-through; \tn 
% Row Count 13 (+ 2)
% Row 28
\SetRowColor{LightBackground}
details & display: block; \tn 
% Row Count 14 (+ 1)
% Row 29
\SetRowColor{white}
dfn & font-style: italic; \tn 
% Row Count 15 (+ 1)
% Row 30
\SetRowColor{LightBackground}
dialog & None. \tn 
% Row Count 16 (+ 1)
% Row 31
\SetRowColor{white}
div & display: block; \tn 
% Row Count 17 (+ 1)
% Row 32
\SetRowColor{LightBackground}
dl & display: block;\{\{nl\}\} margin-top: 1em;\{\{nl\}\} margin-bottom: 1em;\{\{nl\}\} margin-left: 0;\{\{nl\}\} margin-right: 0;\{\{nl\}\} \tn 
% Row Count 22 (+ 5)
% Row 33
\SetRowColor{white}
dt & display: block; \tn 
% Row Count 23 (+ 1)
% Row 34
\SetRowColor{LightBackground}
em & font-style: italic; \tn 
% Row Count 24 (+ 1)
% Row 35
\SetRowColor{white}
\seqsplit{embed:focus} & outline: none; \tn 
% Row Count 25 (+ 1)
% Row 36
\SetRowColor{LightBackground}
fieldset & display: block;\{\{nl\}\} margin-left: 2px;\{\{nl\}\} margin-right: 2px;\{\{nl\}\} padding-top: 0.35em;\{\{nl\}\} padding-bottom: 0.625em;\{\{nl\}\} padding-left: 0.75em;\{\{nl\}\} padding-right: 0.75em;\{\{nl\}\} border: 2px groove (internal value);\{\{nl\}\} \tn 
% Row Count 34 (+ 9)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Cheat Sheet (cont)}}  \tn
% Row 37
\SetRowColor{LightBackground}
figcaption & display: block; \tn 
% Row Count 1 (+ 1)
% Row 38
\SetRowColor{white}
figure & display: block;\{\{nl\}\} margin-top: 1em;\{\{nl\}\} margin-bottom: 1em;\{\{nl\}\} margin-left: 40px;\{\{nl\}\} margin-right: 40px;\{\{nl\}\} \tn 
% Row Count 6 (+ 5)
% Row 39
\SetRowColor{LightBackground}
footer & display: block; \tn 
% Row Count 7 (+ 1)
% Row 40
\SetRowColor{white}
form & display: block;\{\{nl\}\} margin-top: 0em;\{\{nl\}\} \tn 
% Row Count 9 (+ 2)
% Row 41
\SetRowColor{LightBackground}
h1 & display: block;\{\{nl\}\} font-size: 2em;\{\{nl\}\} margin-top: 0.67em;\{\{nl\}\} margin-bottom: 0.67em;\{\{nl\}\} margin-left: 0;\{\{nl\}\} margin-right: 0;\{\{nl\}\} font-weight: bold;\{\{nl\}\} \tn 
% Row Count 15 (+ 6)
% Row 42
\SetRowColor{white}
h2 & display: block;\{\{nl\}\} font-size: 1.5em;\{\{nl\}\} margin-top: 0.83em;\{\{nl\}\} margin-bottom: 0.83em;\{\{nl\}\} margin-left: 0;\{\{nl\}\} margin-right: 0;\{\{nl\}\} font-weight: bold;\{\{nl\}\} \tn 
% Row Count 22 (+ 7)
% Row 43
\SetRowColor{LightBackground}
h3 & display: block;\{\{nl\}\} font-size: 1.17em;\{\{nl\}\} margin-top: 1em;\{\{nl\}\} margin-bottom: 1em;\{\{nl\}\} margin-left: 0;\{\{nl\}\} margin-right: 0;\{\{nl\}\} font-weight: bold;\{\{nl\}\} \tn 
% Row Count 28 (+ 6)
% Row 44
\SetRowColor{white}
h4 & display: block;\{\{nl\}\} margin-top: 1.33em;\{\{nl\}\} margin-bottom: 1.33em;\{\{nl\}\} margin-left: 0;\{\{nl\}\} margin-right: 0;\{\{nl\}\} font-weight: bold;\{\{nl\}\} \tn 
% Row Count 34 (+ 6)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Cheat Sheet (cont)}}  \tn
% Row 45
\SetRowColor{LightBackground}
h5 & display: block;\{\{nl\}\} font-size: .83em;\{\{nl\}\} margin-top: 1.67em;\{\{nl\}\} margin-bottom: 1.67em;\{\{nl\}\} margin-left: 0;\{\{nl\}\} margin-right: 0;\{\{nl\}\} font-weight: bold;\{\{nl\}\} \tn 
% Row Count 7 (+ 7)
% Row 46
\SetRowColor{white}
h6 & display: block;\{\{nl\}\} font-size: .67em;\{\{nl\}\} margin-top: 2.33em;\{\{nl\}\} margin-bottom: 2.33em;\{\{nl\}\} margin-left: 0;\{\{nl\}\} margin-right: 0;\{\{nl\}\} font-weight: bold;\{\{nl\}\} \tn 
% Row Count 14 (+ 7)
% Row 47
\SetRowColor{LightBackground}
head & display: none; \tn 
% Row Count 15 (+ 1)
% Row 48
\SetRowColor{white}
header & display: block; \tn 
% Row Count 16 (+ 1)
% Row 49
\SetRowColor{LightBackground}
hr & display: block;\{\{nl\}\} margin-top: 0.5em;\{\{nl\}\} margin-bottom: 0.5em;\{\{nl\}\} margin-left: auto;\{\{nl\}\} margin-right: auto;\{\{nl\}\} border-style: inset;\{\{nl\}\} border-width: 1px;\{\{nl\}\} \tn 
% Row Count 23 (+ 7)
% Row 50
\SetRowColor{white}
html & display: block; \tn 
% Row Count 24 (+ 1)
% Row 51
\SetRowColor{LightBackground}
html:focus & outline: none; \tn 
% Row Count 25 (+ 1)
% Row 52
\SetRowColor{white}
i & font-style: italic; \tn 
% Row Count 26 (+ 1)
% Row 53
\SetRowColor{LightBackground}
\seqsplit{iframe:focus} & outline: none; \tn 
% Row Count 28 (+ 2)
% Row 54
\SetRowColor{white}
iframe{[}seamless{]} & display: block; \tn 
% Row Count 30 (+ 2)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Cheat Sheet (cont)}}  \tn
% Row 55
\SetRowColor{LightBackground}
img & display: inline-block; \tn 
% Row Count 1 (+ 1)
% Row 56
\SetRowColor{white}
input & None. \tn 
% Row Count 2 (+ 1)
% Row 57
\SetRowColor{LightBackground}
kbd & font-family: monospace; \tn 
% Row Count 3 (+ 1)
% Row 58
\SetRowColor{white}
ins & text-decoration: underline; \tn 
% Row Count 4 (+ 1)
% Row 59
\SetRowColor{LightBackground}
label & cursor: default; \tn 
% Row Count 5 (+ 1)
% Row 60
\SetRowColor{white}
legend & display: block;\{\{nl\}\} padding-left: 2px;\{\{nl\}\} padding-right: 2px;\{\{nl\}\} border: none;\{\{nl\}\} \tn 
% Row Count 9 (+ 4)
% Row 61
\SetRowColor{LightBackground}
li & display: list-item; \tn 
% Row Count 10 (+ 1)
% Row 62
\SetRowColor{white}
link & display: none; \tn 
% Row Count 11 (+ 1)
% Row 63
\SetRowColor{LightBackground}
main & None. \tn 
% Row Count 12 (+ 1)
% Row 64
\SetRowColor{white}
map & display: inline; \tn 
% Row Count 13 (+ 1)
% Row 65
\SetRowColor{LightBackground}
mark & background-color: yellow;\{\{nl\}\} color: black;\{\{nl\}\} \tn 
% Row Count 15 (+ 2)
% Row 66
\SetRowColor{white}
menu & display: block;\{\{nl\}\} list-style-type: disc;\{\{nl\}\} margin-top: 1em;\{\{nl\}\} margin-bottom: 1em;\{\{nl\}\} margin-left: 0;\{\{nl\}\} margin-right: 0;\{\{nl\}\} padding-left: 40px;\{\{nl\}\} \tn 
% Row Count 22 (+ 7)
% Row 67
\SetRowColor{LightBackground}
menuitem & None. \tn 
% Row Count 23 (+ 1)
% Row 68
\SetRowColor{white}
meta & None. \tn 
% Row Count 24 (+ 1)
% Row 69
\SetRowColor{LightBackground}
meter & None. \tn 
% Row Count 25 (+ 1)
% Row 70
\SetRowColor{white}
nav & display: block; \tn 
% Row Count 26 (+ 1)
% Row 71
\SetRowColor{LightBackground}
noscript & None. \tn 
% Row Count 27 (+ 1)
% Row 72
\SetRowColor{white}
\seqsplit{object:focus} & outline: none; \tn 
% Row Count 29 (+ 2)
% Row 73
\SetRowColor{LightBackground}
ol & display: block;\{\{nl\}\} list-style-type: decimal;\{\{nl\}\} margin-top: 1em;\{\{nl\}\} margin-bottom: 1em;\{\{nl\}\} margin-left: 0;\{\{nl\}\} margin-right: 0;\{\{nl\}\} padding-left: 40px;\{\{nl\}\} \tn 
% Row Count 36 (+ 7)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Cheat Sheet (cont)}}  \tn
% Row 74
\SetRowColor{LightBackground}
optgroup & None. \tn 
% Row Count 1 (+ 1)
% Row 75
\SetRowColor{white}
option & None. \tn 
% Row Count 2 (+ 1)
% Row 76
\SetRowColor{LightBackground}
output & display: inline; \tn 
% Row Count 3 (+ 1)
% Row 77
\SetRowColor{white}
p & display: block;\{\{nl\}\} margin-top: 1em;\{\{nl\}\} margin-bottom: 1em;\{\{nl\}\} margin-left: 0;\{\{nl\}\} margin-right: 0;\{\{nl\}\} \tn 
% Row Count 8 (+ 5)
% Row 78
\SetRowColor{LightBackground}
param & display: none; \tn 
% Row Count 9 (+ 1)
% Row 79
\SetRowColor{white}
picture & None. \tn 
% Row Count 10 (+ 1)
% Row 80
\SetRowColor{LightBackground}
pre & display: block;\{\{nl\}\} font-family: monospace;\{\{nl\}\} white-space: pre;\{\{nl\}\} margin: 1em 0;\{\{nl\}\} \tn 
% Row Count 14 (+ 4)
% Row 81
\SetRowColor{white}
progress & None. \tn 
% Row Count 15 (+ 1)
% Row 82
\SetRowColor{LightBackground}
q & display: inline; \tn 
% Row Count 16 (+ 1)
% Row 83
\SetRowColor{white}
q::before & content: open-quote; \tn 
% Row Count 17 (+ 1)
% Row 84
\SetRowColor{LightBackground}
q::after & content: close-quote; \tn 
% Row Count 18 (+ 1)
% Row 85
\SetRowColor{white}
rp & None. \tn 
% Row Count 19 (+ 1)
% Row 86
\SetRowColor{LightBackground}
rt & line-height: normal; \tn 
% Row Count 20 (+ 1)
% Row 87
\SetRowColor{white}
ruby & None. \tn 
% Row Count 21 (+ 1)
% Row 88
\SetRowColor{LightBackground}
s & text-decoration: line-through; \tn 
% Row Count 23 (+ 2)
% Row 89
\SetRowColor{white}
samp & font-family: monospace; \tn 
% Row Count 24 (+ 1)
% Row 90
\SetRowColor{LightBackground}
script & display: none; \tn 
% Row Count 25 (+ 1)
% Row 91
\SetRowColor{white}
section & display: block; \tn 
% Row Count 26 (+ 1)
% Row 92
\SetRowColor{LightBackground}
select & None. \tn 
% Row Count 27 (+ 1)
% Row 93
\SetRowColor{white}
small & font-size: smaller; \tn 
% Row Count 28 (+ 1)
% Row 94
\SetRowColor{LightBackground}
source & None. \tn 
% Row Count 29 (+ 1)
% Row 95
\SetRowColor{white}
span & None. \tn 
% Row Count 30 (+ 1)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Cheat Sheet (cont)}}  \tn
% Row 96
\SetRowColor{LightBackground}
strong & font-weight: bold; \tn 
% Row Count 1 (+ 1)
% Row 97
\SetRowColor{white}
style & display: none; \tn 
% Row Count 2 (+ 1)
% Row 98
\SetRowColor{LightBackground}
sub & vertical-align: sub;\{\{nl\}\} font-size: smaller;\{\{nl\}\} \tn 
% Row Count 4 (+ 2)
% Row 99
\SetRowColor{white}
summary & display: block; \tn 
% Row Count 5 (+ 1)
% Row 100
\SetRowColor{LightBackground}
sup & vertical-align: super;\{\{nl\}\} font-size: smaller;\{\{nl\}\} \tn 
% Row Count 7 (+ 2)
% Row 101
\SetRowColor{white}
table & display: table;\{\{nl\}\} border-collapse: separate;\{\{nl\}\} border-spacing: 2px;\{\{nl\}\} border-color: gray;\{\{nl\}\} \tn 
% Row Count 11 (+ 4)
% Row 102
\SetRowColor{LightBackground}
tbody & display: table-row-group;\{\{nl\}\} vertical-align: middle;\{\{nl\}\} border-color: inherit;\{\{nl\}\} \tn 
% Row Count 15 (+ 4)
% Row 103
\SetRowColor{white}
td & display: table-cell;\{\{nl\}\} vertical-align: inherit;\{\{nl\}\} \tn 
% Row Count 18 (+ 3)
% Row 104
\SetRowColor{LightBackground}
textarea & None. \tn 
% Row Count 19 (+ 1)
% Row 105
\SetRowColor{white}
tfoot & display: table-footer-group;\{\{nl\}\} vertical-align: middle;\{\{nl\}\} border-color: inherit;\{\{nl\}\} \tn 
% Row Count 23 (+ 4)
% Row 106
\SetRowColor{LightBackground}
th & display: table-cell;\{\{nl\}\} vertical-align: inherit;\{\{nl\}\} font-weight: bold;\{\{nl\}\} text-align: center;\{\{nl\}\} \tn 
% Row Count 27 (+ 4)
% Row 107
\SetRowColor{white}
thead & display: table-header-group;\{\{nl\}\} vertical-align: middle;\{\{nl\}\} border-color: inherit;\{\{nl\}\} \tn 
% Row Count 31 (+ 4)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{5.377cm}{x{1.44333 cm} x{3.53367 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Cheat Sheet (cont)}}  \tn
% Row 108
\SetRowColor{LightBackground}
time & None. \tn 
% Row Count 1 (+ 1)
% Row 109
\SetRowColor{white}
title & display: none; \tn 
% Row Count 2 (+ 1)
% Row 110
\SetRowColor{LightBackground}
tr & display: table-row;\{\{nl\}\} vertical-align: inherit;\{\{nl\}\} border-color: inherit;\{\{nl\}\} \tn 
% Row Count 6 (+ 4)
% Row 111
\SetRowColor{white}
track & None. \tn 
% Row Count 7 (+ 1)
% Row 112
\SetRowColor{LightBackground}
u & text-decoration: underline; \tn 
% Row Count 8 (+ 1)
% Row 113
\SetRowColor{white}
ul & display: block;\{\{nl\}\} list-style-type: disc;\{\{nl\}\} margin-top: 1em;\{\{nl\}\} margin-bottom: 1 em;\{\{nl\}\} margin-left: 0;\{\{nl\}\} margin-right: 0;\{\{nl\}\} padding-left: 40px;\{\{nl\}\} \tn 
% Row Count 15 (+ 7)
% Row 114
\SetRowColor{LightBackground}
var & font-style: italic; \tn 
% Row Count 16 (+ 1)
% Row 115
\SetRowColor{white}
video & None. \tn 
% Row Count 17 (+ 1)
% Row 116
\SetRowColor{LightBackground}
wbr & None. \tn 
% Row Count 18 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{\seqsplit{https://www.w3schools.com/cssref/css\_default\_values.asp} \newline Values are from Nov 2017 \newline Translated by lots of copy pasting and http://txtformat.com/}  \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}{Nothing here}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{} \tn 
% Row Count 0 (+ 0)
\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}{Nothing Here}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{5.377cm}}{} \tn 
% Row Count 0 (+ 0)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}


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

\end{document}