Recently, I incorporated this code:
<div data-content="Reach" class="main-image">
along with the following CSS styling:
.main-image:before {
content: attr(data-content);
I am now wondering if there is a method to adjust the font size and font style of the data content text?