diff --git a/s1/src/routes/faculty/signup/+page.svelte b/s1/src/routes/faculty/signup/+page.svelte index 5f180d5..be6e183 100644 --- a/s1/src/routes/faculty/signup/+page.svelte +++ b/s1/src/routes/faculty/signup/+page.svelte @@ -9,17 +9,17 @@
-
+ - + - + - + - - - + + +
\ No newline at end of file diff --git a/s1/static/stylee.css b/s1/static/stylee.css index 09c0987..cebcdef 100644 --- a/s1/static/stylee.css +++ b/s1/static/stylee.css @@ -31,3 +31,9 @@ main { .options a:hover { background-color: #eee; } + +button { + padding: 5px 10px; + border: none; + cursor: pointer; + } \ No newline at end of file