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