diff --git a/static/style.css b/static/style.css index 9c8f6d6..700aae5 100644 --- a/static/style.css +++ b/static/style.css @@ -6,7 +6,7 @@ body { margin: 0; font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1a1a1a; - background-color: #fafafa; + background-color: #F5F5F5; line-height: 1.6; } @@ -76,4 +76,11 @@ image { padding: 10px 14px; border-radius: 4px; margin-bottom: 8px; +} + +.signup{ + border: 3px solid black; + padding: 40px; + border-radius: 4px; + margin-left: auto; } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index b970225..ff8eec4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,5 +1,3 @@ - -
@@ -22,5 +20,4 @@\ No newline at end of file diff --git a/templates/signin.html b/templates/signin.html index 8b14a56..ab8f5f7 100644 --- a/templates/signin.html +++ b/templates/signin.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block content %} -
+
{% with messages = get_flashed_messages() %} {% if messages %} @@ -13,15 +13,14 @@ {% endif %} {% endwith %} -
- -
Don't have an account? Sign up
{% endblock %} \ No newline at end of file diff --git a/templates/signup.html b/templates/signup.html index c8e3413..8a235d3 100644 --- a/templates/signup.html +++ b/templates/signup.html @@ -1,14 +1,7 @@ {% extends 'base.html' %} - {% block content %} -
- - - - -
+ + {% endblock %} \ No newline at end of file diff --git a/templates/test.html b/templates/test.html deleted file mode 100644 index 114f545..0000000 --- a/templates/test.html +++ /dev/null @@ -1,13 +0,0 @@ - - -
- - -
- -
-