CSS Clearfix

Описание к видео CSS Clearfix

There is an old CSS technique called "clearfix". This was a technique used to solve the problem where an element that is floated has no height. If you want the content following the floated items to always sit below the floated elements then you could either add some CSS to the following element or use the clearfix technique.

Code GIST: https://gist.github.com/prof3ssorSt3v...

Комментарии

Информация по комментариям в разработке