From 2c10524052202b31931aa5e0f7dfd5001a537db3 Mon Sep 17 00:00:00 2001 From: ralphi3 Date: Fri, 19 Jun 2026 14:00:27 +1200 Subject: [PATCH] styling changes and cleaning out html files a bit --- static/style.css | 9 ++++++++- templates/base.html | 5 +---- templates/signin.html | 9 ++++----- templates/signup.html | 16 ++++------------ templates/test.html | 13 ------------- 5 files changed, 17 insertions(+), 35 deletions(-) delete mode 100644 templates/test.html 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 @@
{% block content %}{% endblock %}
- - \ No newline at end of file + \ 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 %} -

Sign in

+

Sign in to your account

{% with messages = get_flashed_messages() %} {% if messages %} @@ -13,15 +13,14 @@ {% endif %} {% endwith %} -
+



- + +

Don't have an account? Create one

- -

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 %} - - - - - - -

Sign up to make a new account

-
+

Sign up to make a account

+

@@ -18,8 +11,7 @@

- -
- + + {% 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 @@ - - - - - - testpage - - -

testpage

-

testpage

-

testpage

- - \ No newline at end of file