diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..70bb15a --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,29 @@ +html, +body { + display: flex; + height: 100%; + width: 100%; + align-items: center; + justify-content: center; +} +.card { + border-radius: 10px; + margin-top: 40px !important; + height: 500px !important; + width: 400px; +} + +.card.has-text-centered .card-header, +.card.has-text-centered .card-content, +.card.has-text-centered .card-footer { + justify-content: center; + align-items: center; +} +.card.has-text-centered h1 { + font-size: 1.75rem; + font-weight: bold; +} + +.navbar { + margin-bottom: 20px !important; +} diff --git a/templates/index.html b/templates/index.html index a7916ae..7a77e46 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,18 +1,86 @@ +
+ + + + +