Add a 'dog-eared' style

This commit is contained in:
Thomas A. Christensen II 2022-02-14 21:04:04 -06:00
parent 63b3956143
commit ec754cd594
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -109,3 +109,7 @@ h1 {
font-weight: 400;
margin: 30px 0 15px;
}
.dogear {
clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
}