This commit is contained in:
2025-08-20 16:42:17 +05:45
parent 55c420e32f
commit 6fd5d31018
16 changed files with 55 additions and 14 deletions

View File

@@ -20,6 +20,8 @@
}
.bibhuti{
font-family: 'pacifico', cursive;
font-weight: bold;
font-size: 16px;
}
/* @font-face {
@@ -611,6 +613,15 @@ z-index: 10000;
box-shadow: 0 5px 15px rgba(128, 128, 128, 0.377);
transition: .3s all ease-in-out;
}
.col.col-md-3:nth-child(1) .course-box img, .col.col-md-3:nth-child(2) .course-box img{
width: 100%;
}
.col.col-md-3:nth-child(4) .course-box img {
width: 125px;
}
.col.col-md-3:nth-child(4) .course-box img {
width: 120px;
}
.how-it-work input, .how-it-work textarea {
border: 1px solid #E3E3E3;
@@ -1190,6 +1201,15 @@ font-weight: bold;
padding: 40px 0;
}
.numbering{
background-color: white;
padding: 0px 20px;
border-radius: 100%;
font-size: 32px;
color: #CE171F;
font-weight: 400;
margin: 0;
}
.free-resources-content .first-row{
border: 1px solid #E5E5E5;
display: flex;

View File

@@ -7519,6 +7519,9 @@
.object-cover {
object-fit: cover;
}
.object-contain {
object-fit: contain;
}
.objpos-center {
object-position: center;
}

Binary file not shown.

View File

@@ -743,6 +743,7 @@ doneBtn.addEventListener("click", () => {
}
});
// Final monkey image
// document.addEventListener("DOMContentLoaded", function () {