2024-08-11 12:34:16 +02:00

7 lines
161 B
CSS

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