test-space / style.css
smolSWE's picture
Implemented product details, shopping cart, and checkout functionality
9a0c1bc verified
raw
history blame
174 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
.bg-amazon-blue {
background-color: #232F3E;
}
.bg-amazon-orange {
background-color: #FF9900;
}