Ajouter la ligne sous le texte CSS

a::after {
 display: block;
   content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
}
Gabriel Francis Banua