Line 1: | Line 1: | ||
[[File:T--Vilnius-Lithuania--coming-soon.png|caption]] | [[File:T--Vilnius-Lithuania--coming-soon.png|caption]] | ||
<html> | <html> | ||
+ | <style> | ||
+ | #content { | ||
+ | margin: 0 !important; | ||
+ | position: unset !important; | ||
+ | } | ||
+ | |||
+ | html, | ||
+ | body, | ||
+ | #globalWrapper { | ||
+ | height: 100%; | ||
+ | } | ||
+ | |||
+ | img { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | right: 0; | ||
+ | bottom: 0; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | } | ||
+ | </style> | ||
</html> | </html> |