7 lines
161 B
CSS
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;
|
||
|
}
|