We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f619ebf commit b790b02Copy full SHA for b790b02
quiz/styles.css
@@ -50,9 +50,11 @@ button {
50
background-color: #4caf50;
51
color: white;
52
border: none;
53
- padding: 10px 20px;
+ padding: 15px 30px; /* Increased padding for height */
54
border-radius: 5px;
55
cursor: pointer;
56
+ font-size: 16px; /* Optional: Increase font size for better visibility */
57
+ margin-top: 20px; /* Add space above the button */
58
}
59
60
/* Button hover effect */
0 commit comments