Skip to content

Commit

Permalink
commenting out slider
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush Gaggar committed Oct 2, 2024
1 parent a9acb02 commit 69eb82f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ body {
border-radius: 50%;
} */

.container {
/* .container {
position: relative;
width: 400px;
height: 400px;
Expand All @@ -200,13 +200,11 @@ body {
}
.container .background-img {
/* background-image: url('https://i.imgur.com/s08MkXC.jpg'); */
width: 100%;
height: 100%;
}
.container .foreground-img {
/* background-image: url('https://i.imgur.com/PfIWek4.jpg'); */
width: 50%;
height: 100%;
}
Expand Down Expand Up @@ -270,4 +268,4 @@ body {
border: solid #5D5D5D;
border-width: 0 2px 2px 0;
transform: rotate(135deg);
}
} */

0 comments on commit 69eb82f

Please sign in to comment.