I am a beginner so I was inspecting some websites source code and I have noticed some of them uses
::before{
content = "";
display : table;
table-layout : fixed;
} and
::after {
content = "";
display : table;
table-layout : fixed;
}
both with most of the div tags and I tried to understand but could not get it if anyone uses this please tell me its use