changes
This commit is contained in:
@@ -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;
|
||||
|
3
public/raffles/assets/css/utility.min.css
vendored
3
public/raffles/assets/css/utility.min.css
vendored
@@ -7519,6 +7519,9 @@
|
||||
.object-cover {
|
||||
object-fit: cover;
|
||||
}
|
||||
.object-contain {
|
||||
object-fit: contain;
|
||||
}
|
||||
.objpos-center {
|
||||
object-position: center;
|
||||
}
|
||||
|
BIN
public/raffles/assets/images.zip
Normal file
BIN
public/raffles/assets/images.zip
Normal file
Binary file not shown.
@@ -743,6 +743,7 @@ doneBtn.addEventListener("click", () => {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
// Final monkey image
|
||||
|
||||
// document.addEventListener("DOMContentLoaded", function () {
|
||||
|
Reference in New Issue
Block a user