Useful Tip:
You can use this online HTML entity encoder/decoder to generate your code examples.
PrismJS is used as the syntax highlighter here. You can build your own version via their website should you need to.
You can use this online HTML entity encoder/decoder to generate your code examples.
<!DOCTYPE html>
<html lang="en">
...
<div class="jumbotron">
<h1>Hello, world!</h1>
<p>...</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a></p>
</div>
<div class="jumbotron">
<h1>Hello, world!</h1>
<p>...</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a></p>
</div>
...
</html>
/* ======= Base Styling ======= */
body {
font-family: 'Open Sans', arial, sans-serif;
color: #333;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}