Khác biệt giữa các bản “Bản mẫu:BKTT:Quyển/styles.css”
Thẻ: mobile web edit mobile edit
Thẻ: mobile web edit mobile edit
Dòng 15: Dòng 15:
 
}
 
}
  
.group-item {
+
.group {
 
     flex: 0 0 calc(50% - 10px);
 
     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 {
    flex: 0 0 calc(50% - 10px);
}