Skip to content

Commit

Permalink
Price cards are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shreya-paul-17 committed Jun 12, 2024
1 parent 2df0c2d commit b2af741
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ transform: scale(1.05);
justify-content: center;
min-height: 100vh;
padding: 20px;

margin-bottom: 5vh;
}
.wrapper {
Expand All @@ -553,6 +552,9 @@ transform: scale(1.05);
.wrapper .table {
background: #fff;
width: calc(33% - 20px);
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 30px 30px;
position: relative;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
Expand Down Expand Up @@ -581,7 +583,7 @@ p.aj_des {
}

.table.premium {
margin: -20px;
margin-top: -30px;
}

.premium_all {
Expand Down Expand Up @@ -676,14 +678,18 @@ p.aj_des {
color: red;
}

.basic .price-section{
margin-top: 60px;
}

.basic .btn button {
background: red;
color: #fff;
margin-top: -75px;
}

.basic .btn button:hover {
background: rgba(240, 101, 36);
background: #f06524;
color: #fff;
}

Expand All @@ -695,14 +701,22 @@ p.aj_des {
margin-bottom: 1.5vh;
}

.premium .package-name{
margin-top: -5px;
}

.premium .features{
padding-bottom: 15%;
}

.premium .btn button {
background: #ba24f0;
color: #fff;
margin-top: -75px;
}

.premium .btn button:hover {
background: rgba(240, 101, 36);
background: #8117a8;
color: #fff;
}

Expand All @@ -711,7 +725,7 @@ p.aj_des {
.ultimate .inner-area,
.ultimate .head_tab h2 {
color: #f5b55a;
margin-bottom: 1vh;
/* margin-bottom: 1vh; */
}

.ultimate .btn button {
Expand All @@ -721,7 +735,7 @@ p.aj_des {
}

.ultimate .btn button:hover {
background: rgba(240, 101, 36);
background: #e49b35;
color: #fff;
}

Expand Down

0 comments on commit b2af741

Please sign in to comment.