printing random numbers in appropriate range

This commit is contained in:
sm
2013-04-23 19:45:32 -07:00
parent d3c9e3e5aa
commit 6542c63ec3
5 changed files with 104 additions and 18 deletions
+18
View File
@@ -0,0 +1,18 @@
.number {
font-size: 100px;
height: 80px;
font-family: helvetica;
}
.question {
padding-left: 30px;
}
.answer {
padding-top: 30px;
}
#content {
padding-top: 30px;
}