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 { | .section { | ||
− | + | box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); | |
− | + | border: 1px solid #E0E0E0; | |
− | + | border-radius: 3px; | |
− | + | padding: 20px; | |
} | } | ||
− | |||
.section-title { | .section-title { | ||
− | + | font-size: 24px; | |
− | + | font-weight: bold; | |
− | + | padding: 0; | |
− | + | margin: 10px 0 10px 0; | |
+ | text-align: center; | ||
} | } | ||
− | |||
.td1 {width:80px;height:80px;text-align:center;vertical-align:top;} | .td1 {width:80px;height:80px;text-align:center;vertical-align:top;} | ||
.td2 {vertical-align:top;padding-left:10px;} | .td2 {vertical-align:top;padding-left:10px;} | ||
Dòng 30: | Dòng 29: | ||
.more { | .more { | ||
− | + | column-count:4; | |
− | + | box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); | |
− | + | border: 1px solid #E0E0E0; | |
− | + | border-radius: 3px; | |
− | + | padding: 20px; | |
} | } | ||
Phiên bản lúc 13:15, 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;
margin: 10px 0 10px 0;
text-align: center;
}
.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;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
border: 1px solid #E0E0E0;
border-radius: 3px;
padding: 20px;
}
@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;}
}