Compare commits
4 Commits
51fe47e0b3
...
51b4628562
| Author | SHA1 | Date | |
|---|---|---|---|
| 51b4628562 | |||
| ac36157032 | |||
| 95c7c6f95e | |||
| 4c47555466 |
23
main.css
23
main.css
@ -144,7 +144,7 @@
|
||||
|
||||
.green {
|
||||
background: #9BE6C1;
|
||||
background-image: url('templateapi/assets/images/unlockcarrer/internship.png');
|
||||
background-image: url('assets/images/unlockcarrer/internship.png');
|
||||
background-size: 115px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
@ -152,7 +152,7 @@
|
||||
|
||||
.orange {
|
||||
background: #fec192;
|
||||
background-image: url('templateapi/assets/images/unlockcarrer/jobs.png');
|
||||
background-image: url('assets/images/unlockcarrer/jobs.png');
|
||||
background-size: 115px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
@ -160,7 +160,7 @@
|
||||
|
||||
.blue {
|
||||
background: #9bc9ff;
|
||||
background-image: url('templateapi/assets/images/unlockcarrer/mentorship.png');
|
||||
background-image: url('assets/images/unlockcarrer/mentorship.png');
|
||||
background-size: 115px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
@ -169,7 +169,7 @@
|
||||
|
||||
.purple {
|
||||
background: #c8bbff;
|
||||
background-image: url('templateapi/assets/images/unlockcarrer/practice.png');
|
||||
background-image: url('assets/images/unlockcarrer/practice.png');
|
||||
background-size: 120px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
@ -177,7 +177,7 @@
|
||||
|
||||
.yellow {
|
||||
background: #ffdd80;
|
||||
background-image: url('templateapi/assets/images/unlockcarrer/competitions.png');
|
||||
background-image: url('assets/images/unlockcarrer/competitions.png');
|
||||
background-size: 115px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
@ -185,7 +185,7 @@
|
||||
|
||||
.pink {
|
||||
background: #ffb1cc;
|
||||
background-image: url('templateapi/assets/images/unlockcarrer/more.png');
|
||||
background-image: url('assets/images/unlockcarrer/more.png');
|
||||
background-size: 115px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
@ -560,27 +560,27 @@
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
@ -1437,7 +1437,6 @@
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
scroll-behavior: smooth;
|
||||
flex: 1;
|
||||
max-width: 100%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user