summaryrefslogtreecommitdiff
path: root/web/learn_canvas/canvas_btns/style.css
blob: c9b2bbfd6122e961a22120a3de6aabd55a6c9b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#container
{
  height: 400px;
  position: relative;
  width: 400px;
}
#viewport
{
  height: 100%;
  width: 100%;
}
#controls
{
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}