Answers for "data-hover css"

CSS
2

css attr(data-hover)

div::after {
  content: attr(data-whatever);
}
Posted by: Guest on February-25-2020
0

css attr(data-hover)

<button data-tooltip="Information only mouse-having sighted people will see.">
  Button
</button>
Posted by: Guest on February-04-2021

Browse Popular Code Answers by Language