What is the effect of content: "\0020"; property?

Viewed 24237
.container:after {
content: "\0020";
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow:hidden;}
Contents

Please explain what is the effect of "content: "\0020"; property?

2 Answers
Related