mirror of
https://github.com/BradNut/nextjs-dashboard
synced 2025-09-08 17:40:30 +00:00
7 lines
149 B
CSS
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;
|
||
|
|
}
|