Patricia S (Talk | contribs) (Created page with "<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>New typeform</title> <style> html{ margin:...") |
Patricia S (Talk | contribs) |
||
Line 4: | Line 4: | ||
<title>New typeform</title> | <title>New typeform</title> | ||
<style> | <style> | ||
− | html{ margin: 0; height: 100%; overflow: hidden; } | + | #content { |
− | iframe{ position: absolute; left:0; right:0; bottom:0; top:0; border:0; } </style> | + | width: 100vw; |
+ | margin: 0; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | #top_title { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | html { | ||
+ | margin: 0; | ||
+ | height: 100%; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | iframe{ | ||
+ | position: absolute; | ||
+ | left:0; | ||
+ | right:0; | ||
+ | bottom:0; | ||
+ | top:0; | ||
+ | border:0; | ||
+ | } | ||
+ | </style> | ||
+ | |||
</head> | </head> | ||
<body> | <body> |
Revision as of 11:28, 12 June 2018