4
But I can’t style it to look like the image below. How do I do it? It will be another tag?
I tried so:
   p.acessorapido{
      float: left;
      width: 100%;
      height: 38px;
      max-width: 885px;
      margin-top: 20px;
      padding: 15px;
      font-size: 20px;
      box-sizing: border-box;
      color: #C11C05;
      border-bottom: 1px #C11C05 solid;
    }
<p class='acessorapido'></p>
