Skip to content

Commit

Permalink
prizes
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 21, 2023
1 parent 601705e commit 18c4304
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions src/assets/data/sponsersData.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import sponser4 from "../images/sponsers/sponser4.webp";
import sponser3 from "../images/sponsers/sponser3.webp";
import sponser6 from "../images/sponsers/sponser6.webp";
import sponser7 from "../images/sponsers/sponser7.webp";
import sponser8 from "../images/sponsers/sponser8.webp";
import sponser9 from "../images/sponsers/sponser9.webp";
import sponser10 from "../images/sponsers/sponser10.webp";
import sponser14 from "../images/sponsers/sponser14.webp";
Expand Down Expand Up @@ -46,6 +47,9 @@ const partners = [
{
img: sponser10,
},
{
img: sponser8,
},
]

const sponsers = { platinum, gold, partners };
Expand Down
Binary file added src/assets/images/sponsers/sponser8.webp
Binary file not shown.
11 changes: 6 additions & 5 deletions src/pages/home/sections/section9/Section9.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@
margin: 30px 10px 0 10px;
display: flex;
align-items: center;
display: block;
justify-content: center;
}

.codeutsava__section9-boxInfo {
font-size: 14px;
font-size: 12px;
padding: 0 1rem;
}

Expand All @@ -70,23 +71,23 @@
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
height: 500px;
width: 450px;
height: 450px;
width: 360px;
margin: 2rem;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0 6rem;
padding: 2rem 4rem;
}

.codeutsava__section9-box ul li{
margin: 2px 0;
}

.codeutsava__section9-boxtitle {
font-size: 18px;
font-size: 16px;
color: gold;
font-weight: 900;
margin: 1rem 0;
Expand Down

0 comments on commit 18c4304

Please sign in to comment.