Skip to content

Commit

Permalink
fixed home page card UI
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam8112005 committed Oct 30, 2024
1 parent afb4a48 commit ffc5186
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3744,12 +3744,12 @@ h1 + p, p + p {
margin-top: 10px;
}

.container {
/* .container {
padding: 40px 80px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
} */

.card-wrap {
margin: 10px;
Expand Down Expand Up @@ -3780,7 +3780,7 @@ h1 + p, p + p {
box-shadow: rgba(255, 255, 255, 0.2) 0 0 40px 5px, white 0 0 0 1px, rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset white 0 0 0 6px;
}

.card {
/* .card {
position: relative;
flex: 0 0 240px;
width: 240px;
Expand All @@ -3790,7 +3790,7 @@ h1 + p, p + p {
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
} */

.card-bg {
opacity: 0.5;
Expand Down

0 comments on commit ffc5186

Please sign in to comment.