how can i put text under another text like this ?

i want to do this in scss.
1 Reply
peterpumkineaterr
<header>
<a href="#">
<div class="logo">heythere<span>.</span></div>
<div class="logo1">don't think too much<span>.</span></div>
</a>
</header>
<header>
<a href="#">
<div class="logo">heythere<span>.</span></div>
<div class="logo1">don't think too much<span>.</span></div>
</a>
</header>
this is what i did in html never mind i solved it. this is what i used is it right way ?