Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/quadrilaterals/css/lesson.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quadrilaterals/css/lesson.css')
-rwxr-xr-xexamples/quadrilaterals/css/lesson.css50
1 files changed, 50 insertions, 0 deletions
diff --git a/examples/quadrilaterals/css/lesson.css b/examples/quadrilaterals/css/lesson.css
new file mode 100755
index 0000000..f37eb8c
--- /dev/null
+++ b/examples/quadrilaterals/css/lesson.css
@@ -0,0 +1,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;
+}