Compare commits
No commits in common. "51b4628562196241d1e06cfd1d10fb278bb24999" and "51fe47e0b34efd7da3d579b99204bfd78756721a" have entirely different histories.
51b4628562
...
51fe47e0b3
23
main.css
23
main.css
@ -144,7 +144,7 @@
|
|||||||
|
|
||||||
.green {
|
.green {
|
||||||
background: #9BE6C1;
|
background: #9BE6C1;
|
||||||
background-image: url('assets/images/unlockcarrer/internship.png');
|
background-image: url('templateapi/assets/images/unlockcarrer/internship.png');
|
||||||
background-size: 115px;
|
background-size: 115px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: bottom right;
|
background-position: bottom right;
|
||||||
@ -152,7 +152,7 @@
|
|||||||
|
|
||||||
.orange {
|
.orange {
|
||||||
background: #fec192;
|
background: #fec192;
|
||||||
background-image: url('assets/images/unlockcarrer/jobs.png');
|
background-image: url('templateapi/assets/images/unlockcarrer/jobs.png');
|
||||||
background-size: 115px;
|
background-size: 115px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: bottom right;
|
background-position: bottom right;
|
||||||
@ -160,7 +160,7 @@
|
|||||||
|
|
||||||
.blue {
|
.blue {
|
||||||
background: #9bc9ff;
|
background: #9bc9ff;
|
||||||
background-image: url('assets/images/unlockcarrer/mentorship.png');
|
background-image: url('templateapi/assets/images/unlockcarrer/mentorship.png');
|
||||||
background-size: 115px;
|
background-size: 115px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: bottom right;
|
background-position: bottom right;
|
||||||
@ -169,7 +169,7 @@
|
|||||||
|
|
||||||
.purple {
|
.purple {
|
||||||
background: #c8bbff;
|
background: #c8bbff;
|
||||||
background-image: url('assets/images/unlockcarrer/practice.png');
|
background-image: url('templateapi/assets/images/unlockcarrer/practice.png');
|
||||||
background-size: 120px;
|
background-size: 120px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: bottom right;
|
background-position: bottom right;
|
||||||
@ -177,7 +177,7 @@
|
|||||||
|
|
||||||
.yellow {
|
.yellow {
|
||||||
background: #ffdd80;
|
background: #ffdd80;
|
||||||
background-image: url('assets/images/unlockcarrer/competitions.png');
|
background-image: url('templateapi/assets/images/unlockcarrer/competitions.png');
|
||||||
background-size: 115px;
|
background-size: 115px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: bottom right;
|
background-position: bottom right;
|
||||||
@ -185,7 +185,7 @@
|
|||||||
|
|
||||||
.pink {
|
.pink {
|
||||||
background: #ffb1cc;
|
background: #ffb1cc;
|
||||||
background-image: url('assets/images/unlockcarrer/more.png');
|
background-image: url('templateapi/assets/images/unlockcarrer/more.png');
|
||||||
background-size: 115px;
|
background-size: 115px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: bottom right;
|
background-position: bottom right;
|
||||||
@ -560,27 +560,27 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-quizzes {
|
.card-quizzes {
|
||||||
background: url('assets/images/seize/quizz.png') no-repeat center/cover;
|
background: url('templateapi/assets/images/seize/quizz.png') no-repeat center/cover;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-hackathons {
|
.card-hackathons {
|
||||||
background: url('assets/images/seize/hackathon.png') no-repeat center/cover;
|
background: url('templateapi/assets/images/seize/hackathon.png') no-repeat center/cover;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-scholarships {
|
.card-scholarships {
|
||||||
background: url('assets/images/seize/scholarships.png') no-repeat center/cover;
|
background: url('templateapi/assets/images/seize/scholarships.png') no-repeat center/cover;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-conferences {
|
.card-conferences {
|
||||||
background: url('assets/images/seize/conference.png') no-repeat center/cover;
|
background: url('templateapi/assets/images/seize/conference.png') no-repeat center/cover;
|
||||||
color: #1f2937;
|
color: #1f2937;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-festivals {
|
.card-festivals {
|
||||||
background: url('assets/images/seize/techfest.png') no-repeat center/cover;
|
background: url('templateapi/assets/images/seize/techfest.png') no-repeat center/cover;
|
||||||
color: #1f2937;
|
color: #1f2937;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1437,6 +1437,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
overflow-y: hidden;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user