body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
padding: 40px;
}
table {
width: 90%;
margin: auto;
border-collapse: collapse;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
background-color: white;
border-radius: 8px;
overflow: hidden;
}
th {
background-color: #0077cc;
color: white;
font-size: 1.2em;
padding: 15px;
}
td {
padding: 12px 15px;
border-bottom: 1px solid #ddd;
text-align: center;
height: 100px;
}
/* ￿ Background image cell */
.bg-image {
background-image: url('Assets/images/Red.jpg'); /* Relative path from CSS file */
background-size: cover;
background-position: center;
}
/* ￿ Background color cell */
.bg-color {
background-color: #28282B;
font-weight: bold;
}
img {
max-width: 100px;
height: auto;
border-radius: 6px;
}