* {
margin:0;
padding:0;
}
body {
background:#ececec;
}
#list {
display:flex;
justify-content:space-around;
flex-wrap:wrap
}
#list a {
width:30vw;
height:30vw;
border-radius:8px;
color:#fff;
box-shadow:2px 2px 4px rgba(0,0,0,0.1);
display:block;
text-align:center;
line-height:30vw;
margin-bottom:30px;
text-decoration:none;
}
无聊制作。不想依赖插件编写代码