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