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: e62cf7cfa07ff9af00a23e3d967111f90c152711 (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: relative; 
	/*height: 800;
	width: 1200;*/
}