From 555f41873116061dacb41c6b324a28a22060a77c Mon Sep 17 00:00:00 2001 From: ugrnm Date: Fri, 17 Mar 2017 13:37:08 +0100 Subject: [PATCH] flexbox --- index.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- style.css | 10 +++++++++ 2 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index 6d26196..8733bf3 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,71 @@ +
-
- +
+ +
+

Special Issue 01

+

2016XXX OP=OP

+
+
+
+ +
+

Special Issue 02

+

2017XXX TGC #3

+
+
+
+ +
+

Special Issue 03

+

???

+
+
+
+ +
+

Special Issue 04

+

???

+
+
+
+ +
+

Special Issue 05

+

???

+
+
+
+ +
+

Special Issue 06

+

???

+
+
+
+ +
+

Special Issue 07

+

???

+
+
+
+ +
+

Special Issue 08

+

???

+
+
+
+ +
+

Special Issue 09

+

???

+
+
diff --git a/style.css b/style.css new file mode 100644 index 0000000..b378511 --- /dev/null +++ b/style.css @@ -0,0 +1,10 @@ +#container { + display: flex; + //width: ; +} + +iframe { + border: 0px; + height: 60vH; + overflow: hidden; +}