\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{Deniz Aslantatar (denizaslan)} \pdfinfo{ /Title (bootstrap-css-classes-short-cuts.pdf) /Creator (Cheatography) /Author (Deniz Aslantatar (denizaslan)) /Subject (Bootstrap CSS Classes Short Cuts 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}{4B0082} \definecolor{LightBackground}{HTML}{F3EFF7} \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 CSS Classes Short Cuts Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Deniz Aslantatar (denizaslan)} via \textcolor{DarkBackground}{\uline{cheatography.com/204833/cs/43683/}}} \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}Deniz Aslantatar (denizaslan) \\ \uline{cheatography.com/denizaslan} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 18th June, 2024.\\ Updated 20th June, 2024.\\ 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{2.63781 cm} x{2.33919 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Margins}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{class="m-2 "}} & Margin \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{class="mt-2 "}} & Margin Top \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{class="mb-2 "}} & Margin Bottom \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} {\bf{class="ml-2 "}} & Margin Left \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} {\bf{class="mr-2 "}} & Margin Right \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} {\bf{class="me-2"}} & Margin End \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} {\bf{class="ms-2"}} & Margin Start \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} {\bf{class="me-auto"}} & Margin End Auto \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} {\bf{class="ms-auto"}} & Margin Start Auto \tn % Row Count 9 (+ 1) \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}{Paddings}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{class="p-2"}} & Padding \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{class="pt-2"}} & Padding Top \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{class="pb-2"}} & Padding Bottom \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} {\bf{class="pl-2"}} & Padding Left \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} {\bf{class="pr-2"}} & Padding Right \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} {\bf{class="py-2"}} & Vertical Padding \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} {\bf{class="px-2"}} & Horizontal Padding \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} {\bf{class="pe-2"}} & Padding End \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} {\bf{class="ps-2"}} & Padding Start \tn % Row Count 9 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.94103 cm} x{3.03597 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Visibility and Hiding}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{class="visible-sm"}} & Makes the element visible on a specific screen size. For example, .visible-sm is only visible on small screens. \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} {\bf{class="hidden-lg"}} & Hides the element on a specific screen size. For example, .hidden-lg hides on large screens. \tn % Row Count 9 (+ 4) % Row 2 \SetRowColor{LightBackground} {\bf{class="d-none"}} & Hides the element completely. It is not visible on any screen size. \tn % Row Count 12 (+ 3) % Row 3 \SetRowColor{white} {\bf{class="d-block"}} & Makes the element visible at the block level. (Default) \tn % Row Count 15 (+ 3) % Row 4 \SetRowColor{LightBackground} {\bf{class="d-inline"}} & Makes the element visible at the inline level. \tn % Row Count 17 (+ 2) % Row 5 \SetRowColor{white} {\bf{class="d-inline-block"}} & Makes the element visible at the inline block level. \tn % Row Count 20 (+ 3) % Row 6 \SetRowColor{LightBackground} {\bf{class="d-sm-none"}} & Hides the element on a specific screen size. \tn % Row Count 22 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.13551 cm} x{1.84149 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Width and Height}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{class="w-2"}} & Width \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{class="mw-2"}} & Max-Width \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{class="min-w-2"}} & Min-Width \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} {\bf{class="h-2"}} & Height \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} {\bf{class="mh-2"}} & Max-Height \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} {\bf{class="min-h-2"}} & Min-Height \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} {\bf{class="lh-2"}} & Line Height \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.33459 cm} x{1.64241 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Font Style}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{class="fw-2"}} & Font Weight \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{class="fs-2"}} & Font Size \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{class="text-color"}} & Text Color \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.74195 cm} x{3.23505 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Layout}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{class="container"}} & Creates a content container. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{class="row"}} & Creates a line. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{class="col-sm"}} & Creates a column. \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} {\bf{class="gap"}} & Determines the space between Margin and Padding \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{class="sticky-top"}} & Makes the element sticky at the top of the page. \tn % Row Count 10 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.89126 cm} x{3.08574 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{D-Flex}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{class="d-flex"}} & Specifies the item as a flex container. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{class="d-inline-flex"}} & Specifies the element as an inline flex container. \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} {\bf{class="flex-grow-2"}} & Determines the growth rate of an item. \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} {\bf{class="flex-shrink-2"}} & Determines the shrinkage rate of an element. \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{class="flex-2"}} & Determines the growth and contraction rates of an element. \tn % Row Count 12 (+ 3) % Row 5 \SetRowColor{white} {\bf{class="flex-wrap"}} & When sorting items in a flex container, it allows them to slide to the next line if they do not fit on the screen. \tn % Row Count 17 (+ 5) % Row 6 \SetRowColor{LightBackground} {\bf{class="flex-column"}} & Vertical alignment \tn % Row Count 19 (+ 2) % Row 7 \SetRowColor{white} {\bf{class="flex-none"}} & Specifies that the element has a fixed width. \tn % Row Count 21 (+ 2) \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}{Justify Content (Horizontal Alignment)}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{class="justify-content-start"}} & Aligns elements horizontally at their starting position. \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} {\bf{class="justify-content-end"}} & Aligns elements in their final position horizontally. \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} {\bf{class="justify-content-center"}} & Centers elements horizontally. \tn % Row Count 8 (+ 2) % Row 3 \SetRowColor{white} {\bf{class="justify-content-between"}} & Aligns elements evenly spaced horizontally. \tn % Row Count 11 (+ 3) % Row 4 \SetRowColor{LightBackground} {\bf{class="justify-content-around"}} & Aligns items evenly spaced around them horizontally. \tn % Row Count 14 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.18988 cm} x{2.78712 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Align Items}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{class="align-items-start"}} & Aligns items vertically at their starting position. \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} {\bf{class="align-items-end"}} & Aligns items vertically in their final position. \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} {\bf{class="align-items-center"}} & Centers elements vertically. \tn % Row Count 8 (+ 2) % Row 3 \SetRowColor{white} {\bf{class="align-items-baseline"}} & Aligns elements vertically to the text base. \tn % Row Count 10 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{class="align-items-stretch"}} & Aligns items by expanding them vertically. \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.23965 cm} x{2.73735 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Align Contents}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{class="align-content-start"}} & Aligns items in a multi-row container vertically at the starting position. \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} {\bf{class="align-content-end"}} & Aligns items within a multi-row container vertically at their final position. \tn % Row Count 8 (+ 4) % Row 2 \SetRowColor{LightBackground} {\bf{class="align-content-center"}} & Vertically centers items within a multi-row container. \tn % Row Count 11 (+ 3) % Row 3 \SetRowColor{white} {\bf{class="align-content-between"}} & Aligns items within a multi-row container evenly spaced vertically. \tn % Row Count 15 (+ 4) % Row 4 \SetRowColor{LightBackground} {\bf{class="align-content-around"}} & Aligns items within a multi-row container at equal intervals around the vertical. \tn % Row Count 19 (+ 4) % Row 5 \SetRowColor{white} {\bf{class="align-content-stretch"}} & Aligns items within a multi-row container by expanding them vertically. \tn % Row Count 23 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}