diff --git a/style.css b/index.css similarity index 88% rename from style.css rename to index.css index 169f739..3c12077 100644 --- a/style.css +++ b/index.css @@ -1,4 +1,4 @@ -button { + q878ubutton { background: #007bff; color: #fff; text-align: center; @@ -28,6 +28,9 @@ input, textarea{ label, h1{ font-family: Roboto; - right-margin: 10%; - left-margin: 10% } + +label{ + margin-top: 5%; + margin-bottom: 5%; +} \ No newline at end of file diff --git a/index.html b/index.html index 0dd90c3..c122c3d 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ TSC Application Portal - +


Apply to be a writer for TSC

- - - - - - + +
+ +
+ +
diff --git a/submitted.html b/submitted.html new file mode 100644 index 0000000..883bc4e --- /dev/null +++ b/submitted.html @@ -0,0 +1,9 @@ + + + Success! - TSC Application Portal + + + +

Your Application has been submitted

+ Return to The Scratch Channel -> + \ No newline at end of file diff --git a/submittted.css b/submittted.css new file mode 100644 index 0000000..37a9c2e --- /dev/null +++ b/submittted.css @@ -0,0 +1,3 @@ +h1{ + font-family: sans-serif; +} \ No newline at end of file