box-o-sand/oldstuff/math-replay/algebra/style.css
2015-06-22 13:15:42 -05:00

18 lines
244 B
CSS

body {
color: #fefefe;
background: #222;
margin: 20px;
}
h2 {
text-shadow: 3px 3px #111;
margin-top: 40px;
}
.eqnarray {
border-radius: 5px;
box-shadow: 2px 5px 5px #000;
padding: 10px;
background: #333;
}