Saddle/static/saddle.css

17 lines
336 B
CSS
Raw Normal View History

2019-10-01 23:06:51 -04:00
body {
margin-left: 10%;
margin-right: 10%;
background-color: lightcoral;
font-family: Helvetica,sans-serif;
font-size: 14px;
}
2019-10-02 19:47:27 -04:00
section {
background-color: whitesmoke;
padding: 5%;
border-radius: 0.5em;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 3px 1px -2px rgba(0, 0, 0, 0.2),
0 1px 5px 0 rgba(0, 0, 0, 0.12);
}