diff --git a/articles/static/index.css b/articles/static/index.css index 170f448..a51b194 100644 --- a/articles/static/index.css +++ b/articles/static/index.css @@ -21,6 +21,21 @@ a { gap: 10px; } +.auth-header { + display: flex; + justify-content: space-between; + align-items: center; +} + +.logo-div { + display: flex; + gap: 10px; +} + +.login-sep { + display: inline; +} + .one-post { background: #273449; border: solid 1px #334155; @@ -74,4 +89,18 @@ form { .error { color: red; +} + +.login-form { + max-width: 400px; + margin: auto; +} + +.registration-header { + text-align: center; +} + +.registration-error { + text-align: center; + margin-top: 10px; } \ No newline at end of file diff --git a/articles/templates/archive.html b/articles/templates/archive.html index c82e5bd..67b2e8b 100644 --- a/articles/templates/archive.html +++ b/articles/templates/archive.html @@ -9,9 +9,23 @@
-/
+ Регистрация + {% endif %} + {% endblock %} +