Files
Faculty-Documentation/public/assets/frontend/css/guest.css
2025-04-27 17:44:40 +05:30

48 lines
718 B
CSS

.fakeHeader {
display: flex;
justify-content: space-between;
padding: 10px;
}
.fakeHeader img {
height: 64px;
}
.fakeHeader h1 {
padding-right: 8rem;
}
.loginFooter {
position: fixed;
bottom: 0px;
width: 100%;
height: 10%;
}
.footerRight{
display: inline-block;
margin: 0;
padding: 0;
height: 50%;
width: 10%;
background-color: #ED1C24;
}
.footerMiddle{
display: inline-block;
margin: 0;
padding: 0;
height: 50%;
width: 80%;
background-color: #B7202E;
}
.footerLeft{
display: inline-block;
margin: 0;
padding: 0;
height: 100%;
width: 10%;
background-color: #B7202E;
}
.customHeight{
height: 75vh;
}