We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6e861 commit ec54318Copy full SHA for ec54318
1 file changed
about.html
@@ -67,10 +67,10 @@
67
.rounded-button {
68
display: inline-block;
69
padding: 10px 20px;
70
- background-color: #007bff; /* Change color as needed */
+ background-color: #007bff;
71
color: white;
72
text-decoration: none;
73
- border-radius: 15px; /* This controls the roundness */
+ border-radius: 15px;
74
font-weight: bold;
75
text-align: center;
76
transition: background-color 0.3s ease;
0 commit comments