Segmentation / code /docs /static /css /image_card_slider.css
MaybeRichard's picture
Upload PixelGen code: cross-attention mask mode + multi-scale ablation configs
01fdb75 verified
raw
history blame
508 Bytes
.d-flex {
display: flex;
}
.justify-content-center {
justify-content: center;
}
.card-container {
/* position: relative; */
margin: auto;
width: 1000px;
}
.card-front{
text-align: center;
width: 360px;
height: 360px;
}
.card-back{
width: 360px;
height: 360px;
display: none;
}
/* .slide {
position: absolute;
width: 100%;
height: 500px;
left: 100%;
transition: all 0.5s ease-in-out;
}
.slide:first-child {
left: 0;
} */