From fd9119869ade2ac406179faa39c264db3249237e Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sat, 12 Dec 2020 12:28:54 +0100 Subject: [PATCH] Add a country selector --- index.html | 183 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 172 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index a08d63c..2495047 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,16 @@ color: black; } + .flex { + display: flex; + flex-wrap: wrap; + } + + .flex div { + width: 200px; + text-align: left; + } + .left { text-align: left; } @@ -38,8 +48,8 @@
-

Multiwatch

-

Back

+

Multiwatch

+

Back

{{ error }}

@@ -51,6 +61,14 @@

+

Countries

+
+
+ + +
+
+

@@ -76,15 +94,150 @@