]> _ Git - cubeextranet.git/commitdiff
#2503
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 10 Jan 2019 15:10:39 +0000 (15:10 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 10 Jan 2019 15:10:39 +0000 (15:10 +0000)
testiframe.php [new file with mode: 0644]

diff --git a/testiframe.php b/testiframe.php
new file mode 100644 (file)
index 0000000..e0292b9
--- /dev/null
@@ -0,0 +1,33 @@
+<html>\r
+<head>\r
+    <title></title>\r
+    <style type="text/css">\r
+        * {\r
+            padding: 0;\r
+            margin: 0;\r
+        }\r
+\r
+        div {\r
+            background-color: #f00;\r
+            height: 250px;\r
+        }\r
+\r
+        @media screen and (max-width: 640px) {\r
+            div {\r
+                height: 450px;\r
+                background-color: #ff0;\r
+            }\r
+        }\r
+\r
+        @media screen and (max-width: 320px) {\r
+            div {\r
+                height: 800px;\r
+                background-color: #f0f;\r
+            }\r
+        }\r
+    </style>\r
+</head>\r
+<body>\r
+<div></div>\r
+</body>\r
+</html>
\ No newline at end of file