7 lines
70 B
CSS
7 lines
70 B
CSS
button {
|
|
margin: 10px;
|
|
}
|
|
|
|
.clicked {
|
|
background-color: lightgray;
|
|
}
|