Skip to content

Commit

Permalink
Updated index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kavyapurushottama committed Aug 9, 2024
1 parent e4a1f1c commit 9c5ba50
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,32 @@ html {
max-width: 50%;
width: 600px;
height: 600px;
margin-left: auto;
}
.content1 {
font-size: 35px;
}

.container2 {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
}

.content2 {
grid-column: 1;
}

.image-row-container {
grid-column: 2;
display: flex;
flex-direction: row;
justify-content: space-between;
}

.image-row1, .image-row2, .image-row3 {
margin: 10px;
}


.btn-get-started {
display: inline-block;
Expand Down

0 comments on commit 9c5ba50

Please sign in to comment.