diff --git a/plinko/index.html b/plinko/index.html new file mode 100644 index 0000000..03596bc --- /dev/null +++ b/plinko/index.html @@ -0,0 +1,16 @@ + + + + + + + Document + + + + +
+
+ + + \ No newline at end of file diff --git a/plinko/style.css b/plinko/style.css new file mode 100644 index 0000000..b0cc35e --- /dev/null +++ b/plinko/style.css @@ -0,0 +1,17 @@ +html, body { + margin: 0; + height: 100%; + width: 100%; +} + +.iframe-wrapper { + height: 100%; + width: 100%; + display: flex; +} + +iframe { + width: 100%; + height: 100%; + border: none; +}