Line 34: | Line 34: | ||
} | } | ||
</style> | </style> | ||
+ | |||
+ | <div class="container"> | ||
+ | <div class="element">here it goes</div> | ||
+ | <div class="h_iframe"> | ||
+ | <iframe src="//www.youtube.com/embed/9KunP3sZyI0" frameborder="0" allowfullscreen></iframe> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <style> | ||
+ | |||
+ | html,body { | ||
+ | height:100%; | ||
+ | margin-top:0; | ||
+ | margin-bottom:0; | ||
+ | } | ||
+ | .h_iframe iframe { | ||
+ | width:100%; | ||
+ | height:calc(100% - 75px); | ||
+ | } | ||
+ | .h_iframe { | ||
+ | height: 100%; | ||
+ | } | ||
+ | .element{ | ||
+ | width:100%; | ||
+ | height:70px; | ||
+ | background:red; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
<style> | <style> | ||
.box{ | .box{ |
Revision as of 01:32, 17 October 2018
here it goes