box-o-sand/mathpractice/style.css

23 lines
268 B
CSS
Raw Normal View History

2017-07-30 00:30:44 +00:00
body {
color: black;
font-size: 18px;
font-family: Arial, sans-serif;
}
.ex {
display: inline;
text-align: right;
padding: 3px;
margin: 24px;
float: left;
}
.op {
padding-right: 18px;
}
.eq {
min-width: 48px;
border-bottom: 1px solid black;
}