美文网首页
flex border-box

flex border-box

作者: hayley2017 | 来源:发表于2017-11-07 10:33 被阅读0次

    ul{ list-style: none; width: 100%; margin: auto;}

    .li1{ float: left; background: red; width: 25%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 3px solid #000000; text-align: center;}

    .list2{ display: flex;}

    .li2{ flex: 1; text-align: center;}

    .list3{ display: flex; justify-content: space-around;}


    相关文章

      网友评论

          本文标题:flex border-box

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