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

#questionArea{
    width: 40%;
    height: 100%;
    display: inline;
    float: left;
}