I understand that with CSS formatting, the first letter of each paragraph is possible through:
p:first-letter { font-size:20px; }
However, when using this code, it is impossible to select / select these "First letters" from a web browser, is there any way to change this?
Edit - You can select text, but it does not appear visually, how can I change this?
html css pseudo-element
Kehza
source share