0297c69da35f1077891e3290452890f0593d0372
[recipes.git] / backend / static / style.css
1 * {
2 margin: 50px;
3 padding: 0px;
4 }
5
6 body {
7 font-size: 18px;
8 text-shadow: 2px 2px 2px #DDD;
9 text-align: center;
10 line-height: 18px;
11 color: #5b5b5b;
12 background-color: #ededed;
13 margin: 0px;
14 }
15
16 img {
17 border: 0px;
18 }
19