Skip to content

Commit

Permalink
Update 2 styles.css
Browse files Browse the repository at this point in the history
changes supporting the updates in princing section
  • Loading branch information
sabarish1827 authored Jan 8, 2024
1 parent e678650 commit 5edeae8
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ p{


.container-fluid{
padding: 3% 12%;
padding: 3% 12% 9%;
}

/* navigation bar */
Expand Down Expand Up @@ -62,11 +62,16 @@ p{
.title-img{
width: 60%;
transform: rotate(25deg);
position: absolute;
right: 30%;
}

/* Features section */
#features{
padding: 5% 15%;
background-color: #fff;
position: relative;
z-index: 1;
}

.feature-box{
Expand Down Expand Up @@ -109,3 +114,13 @@ p{
width: 10%;
margin: 20px 30px 40px;
}

/* pricing section */
#pricing{
padding: 100px;
text-align: center;
}

.pricing-column{
padding: 3% 2%;
}

0 comments on commit 5edeae8

Please sign in to comment.