Example
H1 heading
Some text goes here.
Markup
<div class="hero">
<div class="hero__inner">
<h1>H1 heading</h1>
<p>Some text goes here.</p>
</div>
</div>
Source:
banner.css
, line 1