Compare commits
4 Commits
51fe47e0b3
...
51b4628562
| Author | SHA1 | Date | |
|---|---|---|---|
| 51b4628562 | |||
| ac36157032 | |||
| 95c7c6f95e | |||
| 4c47555466 |
23
main.css
23
main.css
@ -144,7 +144,7 @@
|
|||||||
|
|
||||||
.green {
|
.green {
|
||||||
background: #9BE6C1;
|
background: #9BE6C1;
|
||||||
background-image: url('templateapi/assets/images/unlockcarrer/internship.png');
|
background-image: url('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('templateapi/assets/images/unlockcarrer/jobs.png');
|
background-image: url('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('templateapi/assets/images/unlockcarrer/mentorship.png');
|
background-image: url('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('templateapi/assets/images/unlockcarrer/practice.png');
|
background-image: url('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('templateapi/assets/images/unlockcarrer/competitions.png');
|
background-image: url('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('templateapi/assets/images/unlockcarrer/more.png');
|
background-image: url('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('templateapi/assets/images/seize/quizz.png') no-repeat center/cover;
|
background: url('assets/images/seize/quizz.png') no-repeat center/cover;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-hackathons {
|
.card-hackathons {
|
||||||
background: url('templateapi/assets/images/seize/hackathon.png') no-repeat center/cover;
|
background: url('assets/images/seize/hackathon.png') no-repeat center/cover;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-scholarships {
|
.card-scholarships {
|
||||||
background: url('templateapi/assets/images/seize/scholarships.png') no-repeat center/cover;
|
background: url('assets/images/seize/scholarships.png') no-repeat center/cover;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-conferences {
|
.card-conferences {
|
||||||
background: url('templateapi/assets/images/seize/conference.png') no-repeat center/cover;
|
background: url('assets/images/seize/conference.png') no-repeat center/cover;
|
||||||
color: #1f2937;
|
color: #1f2937;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-festivals {
|
.card-festivals {
|
||||||
background: url('templateapi/assets/images/seize/techfest.png') no-repeat center/cover;
|
background: url('assets/images/seize/techfest.png') no-repeat center/cover;
|
||||||
color: #1f2937;
|
color: #1f2937;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1437,7 +1437,6 @@
|
|||||||
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