nvalliant's picture
Upload 3 files
a81c54e verified
Raw
History Blame Contribute Delete
454 Bytes
@import "tailwindcss";
body {
font-family: 'Inter', sans-serif;
}
.dashed-border {
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%236366F1FF' stroke-width='2' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
border-radius: 10px;
}