Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/adding_up_to_10/css/lesson_multiple.css
blob: acce1f71ffd7cd4cc40a9a79a3ff1a39b8f8cba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#karma-main { 
	/*position: relative; 
	background-image: url('../assets/generic/images/bg.png');
	width: 1200px;
	height: 800px;
	*/
}
canvas {
	border: 2px solid #cccccc;
	image-rendering:  optimizeSpeed;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}