.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?
.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?