Typography
Headings
<h1 class="h1">Eat, sleep, code, and
repeat!</h1>
<h2 class="h2">Eat, sleep, code, and
repeat!</h2>
<h3 class="h3">Eat, sleep, code, and
repeat!</h3>
<h4 class="h4">Eat, sleep, code, and
repeat!</h4>
<h5 class="h5">Eat, sleep, code, and
repeat!</h5>
<h6 class="h6">Eat, sleep, code, and
repeat!</h6>
Paragraph
The best programs are written so that computing machines can perform them quickly and so that human beings can understand them clearly. A programmer is ideally an essayist who works with traditional aesthetic and literary forms as well as mathematical concepts, to communicate the way that an algorithm works and to convince a reader that the results will be correct.
<p>
</p>
Quote
“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.”
- Martin Fowler
<blockquote>
</blockquote>
Colors
blue #118AB2
green #06D6A0
yellow #FFD166
red #EF476F
midnight #073B4C
light #F8F9FA
white #FFFFFF
gray #888888
black #262626