css set property with data attribute

40

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

Comments

Submit
0 Comments