Skip to content

Commit

Permalink
Merge pull request #1575 from shivam8112005/new
Browse files Browse the repository at this point in the history
fixed home page card UI
  • Loading branch information
hiteashgupta1 authored Oct 31, 2024
2 parents afb4a48 + 831722e commit cc335dd
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3744,12 +3744,7 @@ h1 + p, p + p {
margin-top: 10px;
}

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


.card-wrap {
margin: 10px;
Expand Down Expand Up @@ -3780,17 +3775,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 {
position: relative;
flex: 0 0 240px;
width: 240px;
height: 320px;
background-color: #333;
overflow: hidden;
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

1 comment on commit cc335dd

@vercel
Copy link

@vercel vercel bot commented on cc335dd Oct 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.