update style.css

This commit is contained in:
Arthur Lu 2022-12-11 20:44:00 -08:00
parent d291613640
commit b2a5c416a7

View File

@ -38,13 +38,15 @@ p {
margin: 0 auto;
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
}
.btn-group button {
background-color: #00ff00; /* Green background */
color: black; /* White text */
padding: 10px; /* Some padding */
margin: 0px 5px 0px 5px;
cursor: pointer; /* Pointer/hand icon */
border: none;
}