I have some question

Hello,
As people accustomed to CSS, you maybe have a simple solution.
I would like to add a simple sentence : one line (no more).

But how is it possible with CSS only ?
Thank you

Comments

  • edited October 2019 [?]
    Depends where you're looking to add text, but if you just wanna add a sentence to an element, you can insert it via a pseudo-selector, which is pure CSS. If you wanna achieve anything more complicated, like inserting text within an already existing block of text, you'd need javascript.
Sign In or Register to comment.