css set property with data attribute

38

div::after {
  content: attr(data-whatever);
}

Comments

Submit
0 Comments