Skip to content

Commit

Permalink
Added styles to buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhainaFathimaM authored Jun 8, 2024
1 parent 96c2ef8 commit 9817ed8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/account.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,16 @@ section .form-control:focus {
section .btn-primary {
background-color: #007bff;
border-color: #007bff;
border-radius: 4px;
padding: 10px 20px;
font-weight: bold;
transition: background-color 0.3s ease;
}

section .btn-primary:hover {
background-color: #0056b3;
border-color: #0056b3;
cursor: pointer;
}
section .btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
Expand Down

0 comments on commit 9817ed8

Please sign in to comment.