Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/Know-USA/css/lesson.css
diff options
context:
space:
mode:
authorErik Garrison <erik@hypervolu.me>2009-11-17 20:15:53 (GMT)
committer Erik Garrison <erik@hypervolu.me>2009-11-17 20:15:53 (GMT)
commitd352293fa9073b10deaaa6cdb55232c20665db7d (patch)
treea0d73e3f7daa3f06668f5ca5be61521e87a4ead0 /examples/Know-USA/css/lesson.css
parente740f5e584850c3922da6043a477fee78cf062a7 (diff)
Know USA
Know USA is a clone of the Conozco Uruguay activity, but focused on teaching US states. Students are asked to find US states in an SVG map of the United States. Correctly chosen states are colored. The game continues until the student selects all the states on the map.
Diffstat (limited to 'examples/Know-USA/css/lesson.css')
-rw-r--r--examples/Know-USA/css/lesson.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/Know-USA/css/lesson.css b/examples/Know-USA/css/lesson.css
new file mode 100644
index 0000000..09fac34
--- /dev/null
+++ b/examples/Know-USA/css/lesson.css
@@ -0,0 +1,13 @@
+#map{
+ width: 60%;
+ height: 100%;
+ display: inline;
+ float: left;
+}
+
+#questionArea{
+ width: 40%;
+ height: 100%;
+ display: inline;
+ float: left;
+}