From 094d5ef9afaf4e39485f5dae19bea48b2f1cd56e Mon Sep 17 00:00:00 2001 From: th3keyboard Date: Wed, 9 Oct 2024 18:18:15 -0500 Subject: [PATCH] small changes to index, added register.css --- static/index.html | 12 ++++++------ static/register.css | 5 +++++ static/register.html | 3 ++- static/style.css | 0 4 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 static/register.css delete mode 100644 static/style.css diff --git a/static/index.html b/static/index.html index df27294..66c10d2 100644 --- a/static/index.html +++ b/static/index.html @@ -14,22 +14,22 @@ diff --git a/static/register.css b/static/register.css new file mode 100644 index 0000000..47ac10c --- /dev/null +++ b/static/register.css @@ -0,0 +1,5 @@ +#rform { + border-radius: 10px; + padding: 10px; + background-color: orange; +} \ No newline at end of file diff --git a/static/register.html b/static/register.html index d1b56b4..3b8cb09 100644 --- a/static/register.html +++ b/static/register.html @@ -7,13 +7,14 @@ UTSA Placeholders +

Registration

-
+
diff --git a/static/style.css b/static/style.css deleted file mode 100644 index e69de29..0000000