Redragon User Manual
cursor: pointer;
border-radius: 5px;
}
.category-buttons button.active {
background-color: #e60012;
color: #fff;
}
.product-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 20px;
margin-top: 20px;
}
.product-item {
background-color: #fff;
color: #000;
padding: 20px;
border-radius: 10px;
text-align: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.product-item img {
max-width: 100%;
height: auto;
}
.download-link {
display: block;
margin-top: 10px;
color: #e60012;
text-decoration: none;
font-weight: bold;
}