Untitled
unknown
plain_text
9 months ago
454 B
6
Indexable
.carousel-full {
height: 400px; /* Default full height */
transition: height 0.5s ease;
}
.carousel-small {
height: 200px; /* Reduced height when login is visible */
transition: height 0.5s ease;
}
.login-container {
display: flex;
justify-content: center;
margin-top: 20px;
}
.login-box {
background: #fff;
padding: 20px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
width: 300px;
}
Editor is loading...
Leave a Comment