I want to add a blank space after some content, however the content: \" \"; doesn\'t seem to work.
content: \" \";
This is my code:
h2:after { conte
element::after { display: block; content: " "; }
This worked for me.