first commit
This commit is contained in:
5
frontend/components/ui/Card.module.css
Normal file
5
frontend/components/ui/Card.module.css
Normal file
@ -0,0 +1,5 @@
|
||||
.card {
|
||||
background-color: white;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
Reference in New Issue
Block a user