attr
attr() returns an attribute's value of the selected element.
.element:before{
content: attr(data-value);
}
copy
attr() returns an attribute's value of the selected element.
.element:before{
content: attr(data-value);
}
copy