Bản mẫu:HaThanhPhuoc/styles.css

.main-box__1 {
    position: relative;
    margin: 1.2rem auto;
    padding: 1rem 2rem;
    max-width: 46.5rem;
    color: #fff;
	font-family: "Times New Roman";
    font-size: 1.4rem;
    box-shadow: 0 2px 5px #c5c5c5;
    border-radius: 8px;
}

.main-box__1::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Submerged_tree_under_a_dark_and_cloudy_sky_in_Si_Phan_Don.jpg/800px-Submerged_tree_under_a_dark_and_cloudy_sky_in_Si_Phan_Don.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.main-box__2 {
    position: relative;
    margin: 1.2rem auto;
    padding: 1rem 2rem;
    max-width: 46.5rem;
    box-shadow: 0 2px 5px #c5c5c5;
    border-radius: 8px;
}

.main-box__2::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/f/f7/The_Great_Belt_Bridge%2C_Eastern_Bridge%2C_August_2020_-01.jpg/800px-The_Great_Belt_Bridge%2C_Eastern_Bridge%2C_August_2020_-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.main-box__1 a {
    color: #e6e6fa;
}

.main-box__1 a:active,
.main-box__1 a:focus {
    background-color: rgba(255,207,98,0.5);
    color: #b57edc;
}

.main-box__font {
    font-family: "Times New Roman";
}

.main-box__header {
	display: flex;
    align-items: center;
    margin-bottom: 0.65rem;
    overflow: hidden;
    background-color: #AFEEEE;
    border-radius: 2px;
}

.main-box__icon {
	padding: 1.125rem;
    background-size: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-color: skyblue;
    border-radius: 2px;
}

.main-box__title {
	flex: 1;
    margin: 0;
    padding: 0 0.75em;
    border-bottom: 0;
    font-family: inherit;
    font-weight: bold;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-box__title a {
	color: inherit;
    text-decoration: none;
}