body {
width: 800px;
height: 600px;
margin: 0 auto;
header {
width: 100%;
height: 50px;
background-color: #f00;
nav {
width: 100%;
height: 20px;
background-color: #007bff;
main {
width: 80%;
height: 500px;
background-color: #fff;
section {
width: 20%;
height: 100%;
background-color: #fff;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
section.active {
background-color: #0069d9;
上一篇mysql shar
下一篇nginx加載不了css