Skip to content

Commit b790b02

Browse files
committed
Update styles.css
1 parent f619ebf commit b790b02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

quiz/styles.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ button {
5050
background-color: #4caf50;
5151
color: white;
5252
border: none;
53-
padding: 10px 20px;
53+
padding: 15px 30px; /* Increased padding for height */
5454
border-radius: 5px;
5555
cursor: pointer;
56+
font-size: 16px; /* Optional: Increase font size for better visibility */
57+
margin-top: 20px; /* Add space above the button */
5658
}
5759

5860
/* Button hover effect */

0 commit comments

Comments
 (0)