+ 2
What is the worķ of clearfix in CSS ???
CSS
2 Respostas
+ 1
Suppose you use div tag and image inside it,if image size is bigger than width and height of the div tag then it will overflow.To overcome that clearfix property is used so that it will wrap inside the div tag properly.
0
For more information Google it out.