Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh-iitrpr authored May 14, 2024
1 parent 6a3f522 commit 141cc71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
background-image: url('');
background-size: cover; /* Cover the entire viewport */
background-position: center; /* Center the background image */
background-color: #008080;
<!--background-color: #008080;-->
}
}

Expand Down Expand Up @@ -82,7 +82,7 @@
.btn {
display: inline-block;
padding: 10px 20px;
background-color: #ff6600; /* Button background color */
background-color: #008080; /* Button background color */
color: #fff; /* Button text color */
text-decoration: none;
border-radius: 5px;
Expand Down

0 comments on commit 141cc71

Please sign in to comment.