This commit is contained in:
Pritimay Sarkar
2023-08-23 20:57:33 +05:30
parent 16b3f521d4
commit 47d348d791
8 changed files with 173 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}