Cupcake/app/routes/gallery.module.css

10 lines
148 B
CSS

.image, .desc {
aspect-ratio: 1 / 1;
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
}
.image {
width: 100%;
background-color: #999;
}