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

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