Giới thiệu sản phẩm

body {
    background-image: url('nen2.jpg'); /* Đường dẫn tới hình ảnh nền */
    background-size: cover; /* Để hình nền phủ kín toàn bộ */
    background-position: center; /* Đặt hình nền ở giữa */
    color: #ffffff;
    margin-left: 100px;
    margin-right: 80px;
    margin-top: 50px;
    font-family: Arial, sans-serif; /* Thay đổi phông chữ */
}

.card-body, .box, .box-profile {
    background-color: rgba(58, 67, 74, 0.7); /* Màu nền trong suốt 70% opacity */
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* Thêm bóng đổ */
    padding: 20px; /* Thêm padding để tạo khoảng cách */
}

.heading {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2em; /* Tăng kích thước chữ tiêu đề */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Thêm bóng cho tiêu đề */
}

#avt {
    border-radius: 20px;
}

.box {
    padding: 10px;
    margin-bottom: 40px;
    text-align: center;
    height: 400px;
    overflow: visible;
    position: relative;
    border: 3px outset #000000;
    border-radius: 20px;
}

.img-1 {
    width: 90%;
    height: 55%;
    vertical-align: bottom;
    position: absolute;
    bottom: 20px; 
    left: 50%; 
    transform: translateX(-50%);
}

.color-text {
    color: #fff000;
}

.alert {
    animation: fade-out 5s forwards;
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

.box-profile {
    padding: 10px;
    margin-bottom: 40px;
    height: 600px;
    overflow: visible;
    position: relative;
    border: 3px outset #000000;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.img-profile {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 50px;
}

.btn-profile {
    display: flex;
    justify-content: center;
}

.row {
    background-color: rgba(58, 67, 74, 0.7); /* Màu nền trong suốt cho hàng */
    border-radius: 20px;
    padding: 15px; /* Thêm padding để tạo khoảng cách */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    body {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .img-profile {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    
    .box, .box-profile {
        height: auto;
    }
}
Hình ảnh sản phẩm
Hãy bình luận để nhặt 100 thóc nhé

Đăng nhập để tham gia bình luận

Thông tin tác giả

Địa vị cộng đồng: Nông dân

Sản phẩm liên quan

    Không có sản phẩm nào

Bạn muốn thử làm game không?