Answers for "souligner titre css"

CSS
0

souligner titre css

.chimique {
  text-decoration: underline;
  /*text-underline-position: under;*/
}

.defaut {
  text-decoration: underline;
  text-underline-position: auto;
}
Posted by: Guest on April-26-2021

Browse Popular Code Answers by Language