Khác biệt giữa các bản “Bản mẫu:BKTT:Quyển/styles.css”
Dòng 1: | Dòng 1: | ||
− | + | .section { | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); | box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); | ||
border: 1px solid #E0E0E0; | border: 1px solid #E0E0E0; | ||
Dòng 15: | Dòng 6: | ||
} | } | ||
− | + | .section-title { | |
font-size: 24px; | font-size: 24px; | ||
font-weight: bold; | font-weight: bold; | ||
Dòng 22: | Dòng 13: | ||
vertical-align: -50%; | vertical-align: -50%; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.td1 {width:80px;height:80px;text-align:center;vertical-align:top;} | .td1 {width:80px;height:80px;text-align:center;vertical-align:top;} |
Phiên bản lúc 13:09, ngày 2 tháng 11 năm 2020
.section {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
border: 1px solid #E0E0E0;
border-radius: 3px;
padding: 20px;
}
.section-title {
font-size: 24px;
font-weight: bold;
padding: 0;
line-height: 150%;
vertical-align: -50%;
}
.td1 {width:80px;height:80px;text-align:center;vertical-align:top;}
.td2 {vertical-align:top;padding-left:10px;}
ul {
list-style: none;
}
ul li::before {
content: "\2022";
color: #EE5A28;
font-weight: bold;
display: inline-block;
width: 1em;
margin-left: -1em;
}
.more { column-count:4; border:solid 1px silver; padding:15px; }
@media only screen and (max-width: 1650px) {
.more { column-count:3;}
}
@media only screen and (max-width: 1100px) {
.more { column-count:2;}
}
@media only screen and (max-width: 550px) {
.more { column-count:1;}
}