Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/adding_up_to_10_old/css/adding_up_to_10.css
blob: 2975fb1eeba8ec9263b368d7f641649203f3fb69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#karma { 
	position: relative; 
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
}
#canvas {
	position: relative; 
	/*height: 800;
	width: 1200;*/
}

#canvasDrawing {
	position: absolute; 
	/*height: 800;
	width: 1200;*/
}