nyx-dashboard/styles/HomeCard.module.css

10 lines
125 B
CSS
Raw Normal View History

.home-card {
width: 300px;
height: 150px;
background: #1f1b24;
border: 1px solid blue;
}
.title {}
.desc {}