blob: c5a3ff227a5ca605caa93004482ad0f9424b849b [file] [log] [blame]
Andreu Huguetfeeba522019-09-16 13:43:16 +02001body {
2 font-size: 24px;
3 font-family: Helvetica;
4 line-height: 1em;
avm999633915d5e2019-09-22 01:27:42 +02005
Andreu Huguetfeeba522019-09-16 13:43:16 +02006 background-image: url('https://images.unsplash.com/photo-1428196457394-f0c4aec5f574?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80');
7 background-size: cover;
8}
9
10#outter-container {
avm999633915d5e2019-09-22 01:27:42 +020011 margin: 32px auto 16px auto;
12 max-width: 800px;
13 width: 90%;
Andreu Huguetfeeba522019-09-16 13:43:16 +020014}
15
16#inner-container {
17 background-color: rgba(255,255,255, 0.8);
18 padding: 5%;
Andreu20cbd1d2019-09-22 00:00:57 +020019}