Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/adding_up_to_10/css/lesson1.css
blob: 955604397915e40dd15e8d18427944e90c682426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#karma-main { 
	position: relative; 
	background-repeat: no-repeat;
	width: 400px;
	height: 400px;
	border: 2px solid black;
}

#canvas0 {
	position: relative;
	border: 2px solid black;
	width: 395px;
	height: 395px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 1;
}

#canvas0 #canvas1 {
	position: relative;
	border: 10px solid black;
	width: 390px;
	height: 350px;
	z-index: 2;
}