From b11296cb9c3bf522aa17047b0a7d4e1836cce8bc Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 11 Mar 2021 16:28:48 +0200 Subject: [PATCH] Add style This is just to see how it works on in Flask and Google App Engine, later I'll do a proper layout. --- static/css/style.css | 23 +++++++++++++++++++++++ templates/index.html | 1 + 2 files changed, 24 insertions(+) create mode 100644 static/css/style.css diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..9c00a58 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,23 @@ +body { + font-family: + // Bootstrap v5.0 stack: https://getbootstrap.com/docs/5.0/content/reboot/ + // Cross-platform generic font family (default user interface font) + system-ui, + // Safari for macOS and iOS (San Francisco) + -apple-system, + // Chrome < 56 for macOS (San Francisco) + BlinkMacSystemFont, + // Windows + "Segoe UI", + // Android + Roboto, + // Basic web fallback + "Helvetica Neue", Arial, + // Linux + "Noto Sans", + "Liberation Sans", + // Sans serif fallback + sans-serif, + // Emoji fonts + "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; +} diff --git a/templates/index.html b/templates/index.html index efa9d27..caa0637 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,6 +2,7 @@ CSV Metadata Quality Web +

File Upload