标签: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>
标签:char htm isp nbsp doc har body row one
原文地址:https://www.cnblogs.com/azurite/p/9751063.html