diff --git a/assets/css/style.css b/assets/css/style.css index 7d9896c..9f00ae4 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -663,11 +663,18 @@ Small Device Styles } } -#solution { - font-size: 12px; - color: #535353; +.iframe-container { + overflow: hidden; +// Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625) +padding-top: 56.25%; + position: relative; +} + +.iframe-container iframe { + border: 0; + height: 100%; + left: 0; + position: absolute; + top: 0; + width: 100%; } -#remarques { - font-size: 12px; - color: #535353; -} \ No newline at end of file diff --git a/commandetest.php b/commandetest.php index 5fcaa5d..edec03e 100644 --- a/commandetest.php +++ b/commandetest.php @@ -5,33 +5,10 @@ ob_start(); // Start reading html -TEXTE-

- +
+ +
-