box-o-sand/math-replay/algebra/style.css
2012-04-03 22:25:46 -04:00

18 lines
244 B
CSS

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