码迷,mamicode.com
首页 > 其他好文 > 详细

grid布局

时间:2018-10-07 20:28:03      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:char   htm   isp   nbsp   doc   har   body   row   one   

<!DOCTYPE html>
<html lang="en">
<meat charset="utf-8">
  <head>
   <style>
    .wrapper{
     display: grid;
     grid-template-columns: repeat(5,1fr 2fr);
     grid-template-rows: 200px 200px;
     background: lightyellow;
    }
   </style>
  </head>
  <body>
   <div class="wrapper">
    <div class="box">One</div>
    <div class="box">Two</div>
    <div class="box">Three</div>
    <div class="box">Four</div>
    <div class="box">Five</div>
    </div>
  </body>
</html>

grid布局

标签:char   htm   isp   nbsp   doc   har   body   row   one   

原文地址:https://www.cnblogs.com/azurite/p/9751063.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!