Demo

by sergiois

HTML

<p>
Joomla!<br>The best CMS
</p>

CSS

p{
  text-align: center;
  margin: 2rem;
  font-size: 4rem;
}