Add a 'dog-eared' style
This commit is contained in:
parent
63b3956143
commit
ec754cd594
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue