29 lines
344 B
CSS
29 lines
344 B
CSS
body {
|
|
font-family: sans-serif;
|
|
font-size: 8vw;
|
|
margin: 0;
|
|
}
|
|
|
|
button {
|
|
width: 33vmin;
|
|
font-size: 9vw;
|
|
}
|
|
|
|
button.cancel {
|
|
width: 15vmin;
|
|
height: 15vmin;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
td {
|
|
text-align: center;
|
|
}
|
|
|
|
svg {
|
|
border: 1px solid black;
|
|
width: 100%;
|
|
height: calc(11 / 27 * 100%);
|
|
} |