diff --git a/css/style.css b/css/style.css index e966a64..41d5612 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,4 @@ -@charset "UTF-8"; +@charset "UTF-8"; /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. @@ -443,17 +443,21 @@ th { .nine.columns { width: 74.0%; } - .ten.columns { + .ten.columns +{ width: 82.6666666667%; } - .eleven.columns { + +.eleven.columns { width: 91.3333333333%; } - .twelve.columns { + +.twelve.columns { width: 100%; margin-left: 0; } - .one-third.column { + +.one-third.column { width: 30.6666666667%; } .two-thirds.column { @@ -998,7 +1002,7 @@ img { color: black; } .blog-posts { - margin-top: 100px; } + margin-top: 100px; } .blog-posts .post { border: 1px solid #e1e1e1; padding: 20px 20px 0; @@ -1012,6 +1016,7 @@ img { transform: translate(-100px, 20px); } footer { + display: none; background: black; color: white; padding: 40px 0; diff --git a/index.html b/index.html index 9587a1c..5a92087 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,7 @@ - + - - BlackBird Co. + Changing the title @@ -24,7 +23,7 @@

Unique Style

-
BlackBird Sweater - $135
+
BlackBird Sweater - $135
BlackBird Trousers - $135
@@ -72,7 +71,7 @@

Rich History

Post Title
-

Incididunt ut labore et dolore magna.

+

Incidiunt ut labre et dolore magna.

Read More

diff --git a/js/functions.js b/js/functions.js index f20002f..7623e8f 100644 --- a/js/functions.js +++ b/js/functions.js @@ -46,7 +46,8 @@ $(window).scroll(function(){ } - // Floating Elements + +// Floating Elements if(wScroll > $('.blog-posts').offset().top - $(window).height()){ @@ -58,3 +59,8 @@ $(window).scroll(function(){ } }); + + +$(document).ready(function(){ + $("footer").css("display","block"); +}); \ No newline at end of file