使用float进行浮动布局

  • 父元素:添加clearfix类,清除浮动bug
  • 子元素:float:left | right
  • clearfix类:
.clerafix {
  content: '';
  display:block;
  clear:both;
}
posted on 2019-04-04 14:58  +青青子衿  阅读(160)  评论(0编辑  收藏  举报