update style.css
This commit is contained in:
parent
82496039ca
commit
f765be68c5
@ -38,13 +38,15 @@ p {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group button {
|
.btn-group button {
|
||||||
background-color: #00ff00; /* Green background */
|
background-color: #00ff00; /* Green background */
|
||||||
color: black; /* White text */
|
color: black; /* White text */
|
||||||
padding: 10px; /* Some padding */
|
padding: 10px; /* Some padding */
|
||||||
margin: 0px 5px 0px 5px;
|
|
||||||
cursor: pointer; /* Pointer/hand icon */
|
cursor: pointer; /* Pointer/hand icon */
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user