Archived
4
1
Fork 0
This repository has been archived on 2019-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Minigolf/include/style.css

20 lines
251 B
CSS
Raw Normal View History

2017-06-18 16:33:49 +00:00
* {
padding: 0;
margin: 0;
}
canvas:first-child {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: inline-block;
margin: 0 auto;
}
canvas:nth-child(2) {
background: #64B5F6;
display: block;
margin: 0 auto;
}