equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'> |
|
4 |
|
5 <style> |
|
6 body { |
|
7 margin: 0; |
|
8 padding: 0; |
|
9 width: 100%; |
|
10 height: 100%; |
|
11 color: #B0BEC5; |
|
12 display: table; |
|
13 font-weight: 100; |
|
14 font-family: 'Lato'; |
|
15 } |
|
16 |
|
17 .container { |
|
18 text-align: center; |
|
19 display: table-cell; |
|
20 vertical-align: middle; |
|
21 } |
|
22 |
|
23 .content { |
|
24 text-align: center; |
|
25 display: inline-block; |
|
26 } |
|
27 |
|
28 .title { |
|
29 font-size: 72px; |
|
30 margin-bottom: 40px; |
|
31 } |
|
32 </style> |
|
33 </head> |
|
34 <body> |
|
35 <div class="container"> |
|
36 <div class="content"> |
|
37 <div class="title">Be right back.</div> |
|
38 </div> |
|
39 </div> |
|
40 </body> |
|
41 </html> |