<p> This Lorem Ipsum alternative can be a great option for designs that deal with savory food or for any design team that loves their cheese. <a href="/" class="underline-gradient relative">It’s silly</a>, fun and still gets the job done when it comes to the design process. </p>
body{
  background:black;
  color:white;
}
p{
   font-size: 21px;
}
a{
    text-decoration:none;
  color:white;
}
.relative{
  position:relative;

}

.underline-gradient::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 100%;
      background: linear-gradient(95.28deg, #d372f4 -4.87%, #faba6f 105.54%);
    }
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.