mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-26 16:38:21 +01:00
Add style
This is just to see how it works on in Flask and Google App Engine, later I'll do a proper layout.
This commit is contained in:
parent
d204c23b93
commit
b11296cb9c
23
static/css/style.css
Normal file
23
static/css/style.css
Normal file
@ -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;
|
||||
}
|
@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>CSV Metadata Quality Web</title>
|
||||
<link href="/static/css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1>File Upload</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user