Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/QuickMultiplication/css/lesson.css
blob: 85dfc006769259c93f4f2e2592290daa370099be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.optBtns {
cursor: pointer;
}

#btnStart, #btnRestart{
cursor: pointer;
}

#answerBox {
position:absolute;
top:483px;
left:525px;
font-size:40px;
width:90px;
}