make buttons/clickables round
This commit is contained in:
parent
da9c3be1cd
commit
d5e684eb98
@ -99,9 +99,9 @@ h3 {
|
||||
cursor: pointer;
|
||||
font-size: small;
|
||||
border: 3px dashed black;
|
||||
border-radius: 4px;
|
||||
border-radius: 1.2em;
|
||||
margin: 8px auto;
|
||||
padding: 4px 8px;
|
||||
padding: 4px 16px;
|
||||
}
|
||||
|
||||
.extra-margin {
|
||||
@ -113,6 +113,7 @@ button {
|
||||
font-size: large;
|
||||
color: ghostwhite;
|
||||
background-color: black;
|
||||
border-radius: 1.2em;
|
||||
z-index: 1;
|
||||
&:focus {
|
||||
outline: black;
|
||||
|
Loading…
x
Reference in New Issue
Block a user