diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -24,4 +24,20 @@ canvas { #reset { position: absolute; +} + +#robot { + transform-origin: center; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + pointer-events: none; +} + +#cross { + visibility: hidden; + position: absolute; + opacity: 1; + pointer-events: none; }
\ No newline at end of file |
