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

20 lines
243 B
CSS
Raw Normal View History

2020-11-20 20:57:24 +01:00
body {
text-align: center;
}
#canvas {
border: solid black 2px;
border-radius: 5px;
background-color: wheat;
margin: 2em;
}
#response {
font-size: 2em;
margin-bottom: 1em;
}
#clear {
font-size: 1.4em;
padding: 0.5em 1em;
}