diff --git a/css/basic-site.css b/css/basic-site.css index d990795..2ff378c 100644 --- a/css/basic-site.css +++ b/css/basic-site.css @@ -1,6 +1,5 @@ html, body { - margin: 0; - padding: 0; + padding:0; margin:0; height:1120px; /*background-image: url("../img/back.jpg"); background-size: 100%;*/ } @@ -99,7 +98,7 @@ p{ ul li{ list-style: circle; } - + @@ -110,10 +109,13 @@ ul li{ footer{ - width: 100%; - text-align: left; + position: fixed; + bottom: 0; + left: 0; + right: 0; background-color: #0f0029; color: white; + text-align: center; font-family: 'Open Sans', sans-serif; } diff --git a/index.html b/index.html index a3ceb3c..0e314c6 100755 --- a/index.html +++ b/index.html @@ -46,8 +46,8 @@ - + \ No newline at end of file