Team:Ravenwood Raptors
From 2014hs.igem.org
(Difference between revisions)
TejasManohar (Talk | contribs) |
TejasManohar (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
- | + | ||
- | + | .heroku { | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
position: absolute; | position: absolute; | ||
width: 100%; | width: 100%; | ||
Line 18: | Line 11: | ||
overflow: hidden; | overflow: hidden; | ||
z-index: 999; | z-index: 999; | ||
- | + | } | |
- | + | body { | |
+ | margin: 0; | ||
+ | } | ||
+ | |||
</head> | </head> | ||
<body> | <body> | ||
- | < | + | |
- | + | <iframe src="http://google.com" style="border: 0; width: 100%; height: 100%"></iframe> | |
- | + | ||
- | + | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 02:05, 19 June 2014
.heroku { position: absolute; width: 100%; height: 100%; background-color: white; top: 0%; left: 0%; overflow: hidden; z-index: 999; } body { margin: 0; }