nextjs-dashboard/app/ui/home.module.css

7 lines
149 B
CSS
Raw Permalink Normal View History

2023-10-30 05:07:19 +00:00
.shape {
height: 0;
width: 0;
border-bottom: 30px solid black;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
}