diff --git a/app/static/css/style.css b/app/static/css/style.css index dc8061e..ede3834 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -21,7 +21,7 @@ body { .pagehead-inner { position: inherit; margin: 0; - width: 24%; + width: 27%; height: 55vh; top: 50%; left: 50%; @@ -33,6 +33,18 @@ body { flex-direction: column; } +/* .pagehead-inner { + position: inherit; + margin: 0; + top: 50%; + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; +} */ + + + .pagehead-inner > p { color: white; font-family: "Overpass Mono", monospace; @@ -80,7 +92,7 @@ body { .pagebody { width: 100%; - height: 100vh; + min-height: 100vh; position: relative; background: #222; display: flex; diff --git a/app/static/images/blank.png b/app/static/images/blank.png new file mode 100644 index 0000000..ba1848f Binary files /dev/null and b/app/static/images/blank.png differ diff --git a/app/static/images/grave.jpg b/app/static/images/grave.jpg new file mode 100644 index 0000000..685f435 Binary files /dev/null and b/app/static/images/grave.jpg differ diff --git a/app/templates/index.html b/app/templates/index.html index 9857fae..bea99e0 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,6 +1,7 @@
+Тут можно подпись какую-то сделать
Ваш IQ: {{ random_number }}
{{ project.description }}
+{{project.description|safe}}