Skip to content

Commit

Permalink
feat: responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid-80 committed Jun 28, 2024
1 parent 0078490 commit 69bf0d4
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/css/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,46 @@
.feat-1 img {
width: 200px;
}

.feat-2 {
display: flex;
flex-direction: column;
padding: 10px;
padding-bottom: 100px;
margin: 20px 0px;
align-items: center;
justify-content: space-around;
width: 100%;
border-radius: 2rem;
gap: 50px;
text-align: center;
}

.feat-card {
width: 300px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 20px;
padding: 20px;
border-radius: 20px;
border: 1px black solid;
background-color: #eef1ff;
}

.feat-card-2{
width: 300px;
display: flex;
flex-direction:column;
align-items: center;
justify-content: center;
gap: 20px;
padding: 20px;
border-radius: 20px;
border: 1px black solid;
background-color: #eef1ff;
}
}

.video-button {
Expand Down

0 comments on commit 69bf0d4

Please sign in to comment.