I would like to render text vertically one by one using CSS. If using rotation method, we can get like below,
But I am expected to render the text like below,
Could anybody tell me your suggestion on this?
Note: I am setting this text using 'content:attr(data-content)
' in CSS and data-content is "HELLO".
You can break each character of
content:attr(data-content)
like following way: