You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
button {
|
|
height: 30px;
|
|
width: 30px;
|
|
outline: none;
|
|
margin: 10px;
|
|
border: none;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
button.current {
|
|
box-shadow: 0 0 0 2px white,
|
|
0 0 0 4px black;
|
|
} |