diff --git a/src/main/resources/static/styles/voting.css b/src/main/resources/static/styles/voting.css index e69de29..7bbc4c4 100644 --- a/src/main/resources/static/styles/voting.css +++ b/src/main/resources/static/styles/voting.css @@ -0,0 +1,39 @@ +body { + background-color: rgb(44, 49, 54); + font-family: Arial, Helvetica, sans-serif; +} + +.center-screen { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; + min-height: 100vh; +} + +h1 { + color: #FFF; +} + +h2.categoryHeader { + color: #FFF; +} + +a.candidate { + color: #fff; + font-size: .875rem; + font-weight: 300; + letter-spacing: .125rem; + text-transform: uppercase; + text-align: right; + transition: opacity .25s .5s; +} + +html, +body { + width: 100%; + height: 100%; + background-image: linear-gradient(to bottom right, #111E25 0%, #111 100%); + font-family: 'Lato', sans-serif; +} \ No newline at end of file diff --git a/src/main/resources/templates/voting.html b/src/main/resources/templates/voting.html index 17a1b3a..c008e4a 100644 --- a/src/main/resources/templates/voting.html +++ b/src/main/resources/templates/voting.html @@ -7,20 +7,13 @@ - +

Wähle deine Kandidaten:

-
-

-
- -
-

- +

+
+ +