Css problem and solve [ clearfix ]
clearfix: it any css floating elements related problems
.clearfix {
zoom:1;
}
.clearfix::after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
মন্তব্যসমূহ
একটি মন্তব্য পোস্ট করুন