diff --git a/index.css b/index.css index f22f6d0..2255c33 100644 --- a/index.css +++ b/index.css @@ -5,6 +5,26 @@ position: relative } +.container:before{ + content:''; + display: block; + position:fixed; + top:0px; + left:0px; + height:100%; + width:100%; + background: black url(bg.jpg) no-repeat center; + background-size: cover +} + +.clearfix:after{ + content:''; + display: block; + height:0px; + clear: both; + visibility: hidden +} + .sidebar-border{ position: absolute; left:0px; diff --git a/index.html b/index.html index 1d5cd52..e86df22 100644 --- a/index.html +++ b/index.html @@ -12,9 +12,7 @@
-