diff --git a/src/main/resources/public/index.html b/src/main/resources/public/index.html index 1ee05b2..a3e08df 100644 --- a/src/main/resources/public/index.html +++ b/src/main/resources/public/index.html @@ -25,7 +25,7 @@
-
+

rewatchTracker

loading...
diff --git a/src/main/resources/public/styles/global.css b/src/main/resources/public/styles/global.css index 7c44d06..41b4f51 100644 --- a/src/main/resources/public/styles/global.css +++ b/src/main/resources/public/styles/global.css @@ -5,4 +5,9 @@ #globalContainer { flex-direction: row; justify-content: center; +} + +#centerContainer { + flex-direction: column; + align-items: center; } \ No newline at end of file diff --git a/src/main/resources/public/styles/show.css b/src/main/resources/public/styles/show.css new file mode 100644 index 0000000..29d81a2 --- /dev/null +++ b/src/main/resources/public/styles/show.css @@ -0,0 +1,17 @@ +#controlContainer { + flex-direction: column; + align-items: center; +} + +#name { + font-size: 20px; +} + +#back { + width: fit-content; + margin: 30; + padding: 10 40 10 40; + border: black solid 1px; + color: black; + text-decoration: none; +} \ No newline at end of file diff --git a/src/main/resources/templates/show.html b/src/main/resources/templates/show.html index 832e54d..9e12f74 100644 --- a/src/main/resources/templates/show.html +++ b/src/main/resources/templates/show.html @@ -1,7 +1,11 @@ -
{{name}}
-
- - - + +
+
{{name}}
+
+ + + +
+ <
\ No newline at end of file