diff --git a/src/main/webapp/css/styles.css b/src/main/webapp/css/styles.css index 336e815..1945d2c 100644 --- a/src/main/webapp/css/styles.css +++ b/src/main/webapp/css/styles.css @@ -94,4 +94,20 @@ body { #googleMap { width:100%; height:425px; +} + +#footer { + position:absolute; + bottom:10px; + width:400px; + left:50%; + margin-left:-200px; + + font-size:10px; + color:white; + text-align:center; +} + +#footer a { + color:white; } \ No newline at end of file diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 1420863..19a5491 100755 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -27,6 +27,7 @@ +Fork me on GitHub
@@ -38,7 +39,8 @@
-Fork me on GitHub + +