Khác biệt giữa các bản “Bản mẫu:BKTT:Quyển/styles.css”
(Tạo trang mới với nội dung “.section { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); border: 1px solid #E0E0E0; border-radius: 3px; display: flex; flex-wrap: wrap;…”) Thẻ: mobile web edit mobile edit |
Thẻ: mobile web edit mobile edit |
||
Dòng 13: | Dòng 13: | ||
font-weight: bold; | font-weight: bold; | ||
padding: 20px 0; | padding: 20px 0; | ||
+ | } | ||
+ | |||
+ | .group-item { | ||
+ | flex: 0 0 calc(50% - 10px); | ||
} | } |
Phiên bản lúc 10:21, ngày 27 tháng 10 năm 2020
.section {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
border: 1px solid #E0E0E0;
border-radius: 3px;
display: flex;
flex-wrap: wrap;
padding: 0 20px;
background-color: white;
}
.section-title {
font-size: 24px;
font-weight: bold;
padding: 20px 0;
}
.group-item {
flex: 0 0 calc(50% - 10px);
}