Skip to content

Commit

Permalink
Merge pull request #494 from triman1905/main
Browse files Browse the repository at this point in the history
changed the header by changing the colour of the sub headings and added a few styles like underlines and added padding and margins and added margin to explore btn and changed its colour a bit
  • Loading branch information
tushargupta1504 authored Oct 18, 2024
2 parents da05fe2 + 82284d9 commit 823c718
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}

.btn:hover {
background-color: #0056b3;
background-color: #3e91e9;
/* Darker shade on hover */
}

Expand Down
8 changes: 6 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,16 @@ section{
}

.btn{
display: inline-block;
/* display: inline-block; */
margin-top: 1rem;
margin-left: 30rem;
border-radius: 5rem;
background: #333;
color: #fff;
padding: 0.9rem 3.5rem;
cursor: pointer;
font-size: 1.7rem;

}

.btn:hover{
Expand Down Expand Up @@ -243,13 +245,15 @@ header .fa-bars{
color: #ffffff;
padding: 1rem 0;
line-height: 1.5;
text-decoration: underline;
text-decoration-style: solid;
}

.about .row{
display: flow-root;
align-items: center;
gap: 2rem;
flex-wrap:nowrap ;
/* flex-wrap:nowrap ; */
padding: 2rem 0;
padding-bottom: 3rem;
}
Expand Down

0 comments on commit 823c718

Please sign in to comment.