Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/Know-USA/css/lesson.css
blob: 1e530532dc2e72323048cb4896c76a5e2177ae04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#map{
    width: 50%;
    height: 100%;
    display: inline;
    float: left;
}

#questionArea{
    width: 50%;
    height: 100%;
    display: inline;
    float: right;
}