While browsing through Codepen, I came across an intriguing HTML/CSS animation featuring a rotating diamond. I've been attempting to enhance this animation by adding a text, such as "HELLO," in the center of the diamond. Ideally, I would like toggling a button to display the text in the middle, but unfortunately, the text keeps ending up on the side of the diamond instead.
<div class='diamond-slice diamond-slice--1'>
<div class='diamond-slice-a'>
<div class='pavilion'>
<div class='pavilion__face'></div>
</div>
<div class='diamond-slice-b'>
<div class='facet'></div>
<div class='top'></div>
</div>
</div>
</div>
"HELLO WORLD"
<div class='diamond-slice diamond-slice--2'>
Do you think it can be achieved?