File size: 225 Bytes
fef8a16
 
 
9a9d08c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
@tailwind base;
@tailwind components;
@tailwind utilities;

.face {
  clip-path: polygon(51% 0, 83% 15%, 92% 44%, 86% 75%, 76% 92%, 54% 100%, 29% 94%, 17% 81%, 9% 42%, 18% 14%);
  border-color: aqua;
  border-width: 2px;;

}