Skip to content

Commit

Permalink
Update Heart_Report_Data.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sneharawat1404 authored Apr 20, 2024
1 parent 4ac9075 commit e7b8d66
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions homefiles/Heart_Report_Data/Heart_Report_Data.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,21 @@ form .btn .btn-layer {
left: -100%;

}
.submit-button {
background-color: #4CAF50; /* Green background */
border: none;
color: white; /* White text */
padding: 15px 20px; /* Some padding */
text-align: center; /* Centered text */
text-decoration: none; /* No underline */
display: inline-block;
font-size: 16px;
margin-top: 20px; /* Margin from the top */
cursor: pointer; /* Cursor style */
border-radius: 5px; /* Rounded corners */
box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Shadow effect */
}

.submit-button:hover {
background-color: #45a049; /* Darker green when hovering */
}

0 comments on commit e7b8d66

Please sign in to comment.