Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/quadrilaterals/css/lesson.css
blob: f37eb8cf0bb2f38a98bcb5c182ea9cf021d778bf (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#main
{
	background-image: url('../images/bg.png');
	width: 550px;
	height: 400px;
}

#Karma
{
	position: relative;
}

#canvasDrawing
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#canvasTmp
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#btnerase
{
	position: absolute; 
	top: 270px;
	left: 130px;
}

#btn
{
	position: absolute;
	top: 180px;
	left: 400px;
}

#left
{
	float: left;
	width: 350px;
}

#right
{
	margin-left: 350px;
}