blob: 4a80ca8df35b176ab46249087ba43035d8106138 [file] [log] [blame]
Andreu Huguetfeeba522019-09-16 13:43:16 +02001body {
2 font-size: 24px;
3 font-family: Helvetica;
4 line-height: 1em;
5
6 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 {
11 position: absolute;
12 top: 20%;
13 margin: 5%;
14 width: 80%;
15}
16
17#inner-container {
18 background-color: rgba(255,255,255, 0.8);
19 padding: 5%;
20}