iframesessao.css

por Duda última modificação 07/04/2022 09h51

CSS stylesheet icon iframesessao.css — CSS stylesheet, 1 KB

Conteúdo do arquivo

@charset "utf-8";
/* CSS Document */

div.container {

	padding-top: 56.25%; /* 16:9 Aspect Ratio */
	position: relative;

}

div.container > iframe {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}