skip to Main Content

Html – CSS:Text underline is not applying if multiple lines,Only applying to last line

.sample-text-link { color: var(--text-link--color); display: inline-flex; font-size: Rem.rem(14); line-height: Rem.rem(20); background: transparent; font-weight: var(--text-link--font-weight); outline: none; position: relative; text-decoration: none; align-items: center; border: none; padding: 0; .sample-icon { height: Rem.rem(20); width: Rem.rem(20); } &:hover { cursor: pointer; border-width: var(--text-link-hover--border-width); border-style:…

VIEW QUESTION
Back To Top
Search