11 lines
161 B
CSS
11 lines
161 B
CSS
.button {
|
|
background-color: rgb(170, 170, 170);
|
|
font-weight: bold;
|
|
font-size: 32px;
|
|
border-radius: 15%;
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
|
|
|