This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
agario-webclient/style.css
Geoffrey Frogeye 48397199c5 Initial commit
Note: Some balls don't render. This is mostly a prevent-lost-work commit.
2015-06-05 16:22:41 +02:00

10 lines
73 B
CSS

body,
#viewer,
canvas {
margin: 0;
}
body {
overflow: hidden;
}