The pattern has before content inject into the page, but it's not visible can you please suggest what is the issue?
.aloha { font-family: Medium; font-size: 74px; color: green; position: relative; display: inline-block; margin: 0; height: 85px; } .aloha:before { width: 100%; height: 85px; color: red; content: attr(data-text); display: block; } <h1 date-text='TEXT' class='aloha'>TEXT</h1>