Skip to content

Commit

Permalink
bg
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 6, 2023
1 parent ec0c2d7 commit d4e2b85
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
6 changes: 5 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

.bg-image{
background-image: url("./assets/images/bg.png");
background-repeat: no-repeat;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}

Expand Down Expand Up @@ -56,6 +56,10 @@ a {
.section__margin {
margin: 2rem 2rem;
}
.bg-image{
background-image: none;
background: linear-gradient(112.5deg, rgba(54, 5, 77, 0.212) 11.4%, rgba(145, 64, 174, 0.071) 60.2%);;
}
}

.slide-bottom {
Expand Down
Binary file modified src/assets/images/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/components/infiniteCarousel/InfiniteCarousel.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.codeutsava__sponsers-carousel-container {
background-color: rgba(32, 32, 32, 1);
width: 100%;
overflow: hidden;
}
Expand Down
3 changes: 2 additions & 1 deletion src/components/statisticalData/Statistics.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
padding-top: 2rem;
color: white;
font-family: "Poppins";
background-color: rgba(0, 0, 0, 0.243);
/* background-color: rgba(0, 0, 0, 0.6); */
background-color: #b079c11d;
backdrop-filter: blur(10px);
}

Expand Down
8 changes: 7 additions & 1 deletion src/pages/home/HomePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.codeutsava__footer-container{
width: 100%;
background-color: rgba(0,0,0,0.6);
background-color: rgba(0, 0, 0, 0.6);
overflow-x: hidden;
}

Expand All @@ -20,4 +20,10 @@
left:2.2rem;
}

@media screen and (max-width: 768px){
.codeutsava__footer-container{
background-color: rgba(32,32,32,0.6);
}
}


4 changes: 3 additions & 1 deletion src/pages/home/sections/section6/Section6.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@
border-radius: 0rem;
gap: 3rem;
width: 100vw;
background-color: rgb(32, 32, 32);
/* background-color: rgb(32, 32, 32); */
background-color: #b079c11d;
backdrop-filter: blur(10px);
}

.codeutsava__section6-sponser-image{
Expand Down

0 comments on commit d4e2b85

Please sign in to comment.