Step 9
Let's add a jumbotron (read it juhm-bow-traan) component to our app!
A jumbotron indicates a big grey box for calling extra attention to some content or information.
Add the following snippet to the top of the body
element, right under the <body>
tag:
<div class="jumbotron text-center">
<h1>Let's play ...</h1>
</div>
Here is the result: