Skip to content

Commit

Permalink
Merge pull request #784 from harshcodesit/alignment-of-cards
Browse files Browse the repository at this point in the history
Alignment of the Benifits Card
  • Loading branch information
huamanraj authored May 24, 2024
2 parents bd5b479 + 7ad81a3 commit 3c33564
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions assets/css/test-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@
border-radius: 25px;
}

/* Benifits Card Alignment by "harshcodesit" */

.container{
display: flex;
}

.benefits-card{
width: 255px;
height: 586.200px;
}

/* ############################################# */


/* Chapter Card hover effect by "harshcodesit" */
.cardo {
display: block;
Expand Down Expand Up @@ -71,6 +85,8 @@
}

/* ############################################# */


.card{
border-radius: 25px;

Expand Down

0 comments on commit 3c33564

Please sign in to comment.