Filters
Collections
-
-
-
-
-
Construction Project Management Tool
Rs.8,000.00 Rs.14,000.00
Decision Matrix
Rs.5,200.00 Rs.11,700.00
Employee Data Management System
Rs.6,300.00 Rs.13,500.00
Employee Payroll Tracker
Rs.6,300.00 Rs.13,500.00
Employee Performance Tracker
Rs.6,000.00 Rs.13,500.00
Kanban Board
Rs.7,000.00 Rs.10,000.00
Project Budget Tracker
Rs.5,500.00 Rs.8,500.00
.container {
display: flex;
}
.filters {
width: 25%;
padding: 15px;
}
.collections {
margin-top: 15px;
}
.collections ul {
list-style-type: none;
padding-left: 0;
}
.collections li {
margin-bottom: 10px;
}
.products {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
padding: 15px;
width: 75%;
}
.product {
border: 1px solid #ddd;
padding: 15px;
text-align: center;
}
.product img {
width: 100%;
height: auto;
max-height: 300px;
object-fit: contain;
}
.product-details {
margin-top: 10px;
}
.product-details h4 {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
.price {
font-size: 14px;
font-weight: normal;
}
.discounted {
color: red;
text-decoration: line-through;
}
.onsale {
background-color: green;
color: white;
padding: 10px;
font-size: 14px;
border: none;
cursor: pointer;
}
.onsale:hover {
background-color: darkgreen;
}
Filters
Collections
Construction Project Management Tool
Rs.8,000.00 Rs.14,000.00
Decision Matrix
Rs.5,200.00 Rs.11,700.00
Employee Data Management System
Rs.6,300.00 Rs.13,500.00
Employee Payroll Tracker
Rs.6,300.00 Rs.13,500.00
Employee Performance Tracker
Rs.6,000.00 Rs.13,500.00
Kanban Board
Rs.7,000.00 Rs.10,000.00
Project Budget Tracker
Rs.5,500.00 Rs.8,500.00