Files
Next.jsReactDashbord-maryam/app/ui/home.module.css
2025-06-14 01:34:32 -07:00

7 lines
149 B
CSS

.shape {
height: 0;
width: 0;
border-bottom: 30px solid black;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
}