diff --git a/initializr/src/main/resources/static/css/spring.css b/initializr/src/main/resources/static/css/spring.css index 62ef51b6..11c116d7 100644 --- a/initializr/src/main/resources/static/css/spring.css +++ b/initializr/src/main/resources/static/css/spring.css @@ -1,3 +1,10 @@ +html { + position: relative; + min-height: 100%; +} +body { + margin-bottom: 60px; +} body, h1, h2, h3 { font-weight: 400; font-family: "Varela Round", sans-serif; @@ -129,3 +136,17 @@ input[type=text] { color: #fff; background-color: #0097cf; } + +footer { + position: absolute; + bottom: 0; + width: 100%; + height: 60px; + background-color: #5d5d5d; + color: #eee; + padding: 20px 0; +} + +footer a:hover, footer a:focus { + color: #6db33f; +} diff --git a/initializr/src/main/resources/templates/home.html b/initializr/src/main/resources/templates/home.html index 9abb7750..7510e0e3 100644 --- a/initializr/src/main/resources/templates/home.html +++ b/initializr/src/main/resources/templates/home.html @@ -162,6 +162,12 @@ +