美文网首页
css构造布局

css构造布局

作者: AfterJourney | 来源:发表于2018-10-09 19:08 被阅读0次

    左右布局

    利用浮动float:left right

    左中右布局

    利用浮动float:left right 中间元素自动填充

    水平居中

    text-align:center

    垂直居中

    vertical-align:center

    tip:使用浮动后要在父级上加一个清除浮动流

    排列li有序标签可以用:nth-child(even,odd)选择出来 进行布局设计

    相关文章

      网友评论

          本文标题:css构造布局

          本文链接:https://www.haomeiwen.com/subject/bbpyaftx.html