Skip to content

Commit

Permalink
Created styles_website.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mrittika-dey authored Sep 6, 2024
1 parent 1bdfec4 commit bfc8af7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions css/styles_website.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.custom-button {
border: 0;
background-color: #007bff;
color: white;
outline: none;
font-size: larger;
padding: 10px;
border-radius: 5px;
cursor: pointer;
}

.custom-button:hover {
background-color: #0056b3;
}

.custom-button a {
color: white;
text-decoration: none;
}

.custom-button a:hover {
text-decoration: underline;
}

0 comments on commit bfc8af7

Please sign in to comment.