1
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
google-ime-handwriting-request/style.css

35 lines
478 B
CSS
Raw Normal View History

2020-11-20 20:57:24 +01:00
body {
text-align: center;
}
#canvas {
border: solid black 2px;
2020-11-21 04:12:00 +01:00
border-radius: 10px;
2020-11-20 20:57:24 +01:00
background-color: wheat;
margin: 2em;
}
2020-11-21 04:12:00 +01:00
#toggleButtons {
margin-bottom: 2em;
}
#toggleButtons * {
padding: 0.2em 0.4em;
margin: 0em 0.2em;
border-radius: 10px;
color: white;
font-size: 2em;
}
2020-11-20 20:57:24 +01:00
#response {
font-size: 2em;
margin-bottom: 1em;
}
#clear {
font-size: 1.4em;
padding: 0.5em 1em;
2020-11-21 04:12:00 +01:00
border-radius: 10px;
color: white;
background-color: #222222;
2020-11-20 20:57:24 +01:00
}