Element | Value |
---|---|
font-family | Verdana,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif |
font-size | 1rem |
line-height | 1.5 |
background-color | #ffffff (wit) |
color | #000000 (zwart) |
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
<p></p>
link
<a class="link" href="#"></a>
link text-black
<a class="link text-black" href="#"></a>
link text-white
<a class="link text-white" href="#"></a>
link text-gray
<a class="link text-gray" href="#"></a>
link text-blue
<a class="link text-blue" href="#"></a>
link text-green
<a class="link text-green" href="#"></a>
link text-teal
<a class="link text-teal" href="#"></a>
link text-red
<a class="link text-red" href="#"></a>
link text-yellow
<a class="link text-yellow" href="#"></a>
link text-orange
<a class="link text-orange" href="#"></a>
link text-brown
<a class="link text-brown" href="#"></a>
link text-purple
<a class="link text-purple" href="#"></a>
link text-pink
<a class="link text-pink" href="#"></a>
<code class="code"></code>
code
<code class="code"></code>
Marker
mark
<mark class="mark"></mark>
Ctrl+U
kbd
<kbd class="kbd"></kbd>
hr
<hr class="hr">
hr dotted
<hr class="hr dotted">
hr dashed
<hr class="hr dashed">
<!DOCTYPE html> <html> <head> </head> <body> </body> </html>
pre
<pre class="pre"></pre>
Football is a simple game. Either you get to the ball on time, or you are too late. If you are often late, just leave a little earlier next time.
blockquote
<blockquote class="blockquote"> <span class="icon fa fa-quote-left"></span> <p>Tekst</p> <footer>Naam</footer> </blockquote>
This is a Quote
from me.
q
<q class="q"></q>
text-sm
text-sm
<p class="text-sm"></p>
text-md
text-md
<p class="text-md"></p>
text-lg
text-lg
<p class="text-lg"></p>
text-xl
text-xl
<p class="text-xl"></p>
text-xxl
text-xxl
<p class="text-xxl"></p>
text-xxxl
text-xxxl
<p class="text-xxxl"></p>
text-jumbo
text-jumbo
<p class="text-jumbo"></p>
text-res-sm
text-res-sm
<p class="text-res-sm"></p>
text-res-md
text-res-md
<p class="text-res-md"></p>
text-res-lg
text-res-lg
<p class="text-res-lg"></p>
text-res-xl
text-res-xl
<p class="text-res-xl"></p>
text-shadow
text-shadow
<p class="text-shadow"></p>
text-shadow-dark
text-shadow-dark
<p class="text-shadow-dark"></p>
text-shadow-light
text-shadow-light
<p class="text-shadow-light"></p>