CSS Ustaw właściwość z atrybutem danych
div::after {
content: attr(data-whatever);
}
mattia896
div::after {
content: attr(data-whatever);
}