box-o-sand/math-replay/algebra/style.css

18 lines
244 B
CSS
Raw Normal View History

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