Skip to content

Commit

Permalink
VictorL - Added Box Shadow to Home background image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blisse committed Jan 18, 2014
1 parent c14c49f commit 31a3efb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/base.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ div#nex-menu {
-moz-background-size: cover; -moz-background-size: cover;
-o-background-size: cover; -o-background-size: cover;
background-size: cover; background-size: cover;
-webkit-box-shadow: inset 0 35px 35px -15px #000;
-moz-box-shadow: inset 0 35px 35px -15px #000;
box-shadow: inset 0 35px 35px -15px #000;
min-height: 100%; min-height: 100%;
width: 100%; width: 100%;
height: 100%; } height: 100%; }
Expand Down
5 changes: 5 additions & 0 deletions css/base.scss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -273,6 +273,11 @@
-o-background-size: cover; -o-background-size: cover;
background-size: cover; background-size: cover;



-webkit-box-shadow: inset 0 35px 35px -15px #000;
-moz-box-shadow: inset 0 35px 35px -15px #000;
box-shadow: inset 0 35px 35px -15px #000;

min-height: 100%; min-height: 100%;
width: 100%; width: 100%;
height: 100%; height: 100%;
Expand Down

0 comments on commit 31a3efb

Please sign in to comment.