Answers for "data attributesvalue how to set as color css"

CSS
2

css set property with data attribute

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

Browse Popular Code Answers by Language