I would like to use a switch for the layout of paragraph tags on a webpage.
I use the after pseudoelement:
p:after {content: url(\"../img/paragraph.g
*::after { content: none !important; } *::before { content: none !important; }