pathfinder/demo2/pathfinder.css

12 lines
141 B
CSS
Raw Normal View History

2018-11-14 16:56:45 -05:00
html, body {
background: #e0e0e0;
2018-11-16 17:14:16 -05:00
margin: 0;
2018-11-17 00:44:33 -05:00
/*overflow: hidden;*/
2018-11-14 16:56:45 -05:00
}
2018-11-14 13:33:53 -05:00
.tile {
position: absolute;
top: 0;
left: 0;
}