page changes

This commit is contained in:
sujan
2024-09-16 17:58:33 +05:45
parent e2842fae2e
commit f510403a7a
7 changed files with 372 additions and 88 deletions

8
css/style.min.css vendored
View File

@ -102,7 +102,7 @@ a {
transition: .3s
}
a:hover {
color: var(--base-color)
color: #b61b5c;
}
p {
margin-bottom: 25px
@ -10849,7 +10849,7 @@ blockquote footer {
height: 100%;
top: 0;
left: 0;
background-color: var(--base-color)
background-color: #f17122;
}
.time-table-box + .time-table-box.name-box:hover .inner-box div, .time-table-box + .time-table-box.name-box:hover .inner-box span {
color: var(--white)
@ -10871,7 +10871,7 @@ blockquote footer {
top: 100%;
padding: 25px 30px;
border-radius: 6px;
width: 250px;
width: 310px;
z-index: 111;
opacity: 0;
visibility: hidden;
@ -18036,7 +18036,7 @@ footer .nav-link {
}
.footer-bg {
background: linear-gradient(270deg, rgb(128 27 68) 5.16%, #991b4e 36.3%, #801b44 57.47%);
padding: 80px 0px 0px 0px;
padding: 50px 0px 0px 0px;
}
.footer-copyright {
border-top: 1px solid #fff6ec57;