Skip to content

Commit

Permalink
background
Browse files Browse the repository at this point in the history
Added bg image and changed bg color
  • Loading branch information
alecat88 committed Dec 20, 2017
1 parent 3e8a1b3 commit 7b414bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions new/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* Generated by less 2.2.0 */
/* LESS Document */
.menu,
#main {
Expand All @@ -12,12 +11,12 @@
left: 10%;
}
#main {
background-color: white;
background-color: #1d1c1c;
overflow: hidden;
box-shadow: 0px 0px 50px 20px black;
}
body {
background-color: #0c0c0c;
background-image: url(../img/bg.jpg);
background-image: url(../img/shutterstock_234780382.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-attachment: fixed;
Expand Down
6 changes: 3 additions & 3 deletions new/assets/css/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
left: 10%;
}
#main{
background-color: white;
background-color: #1d1c1c;
overflow: hidden;
box-shadow: 0px 0px 50px 20px black;
}
body{
background-color: #0c0c0c;
background-image:url(../img/bg.jpg);
background-image:url(../img/shutterstock_234780382.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-attachment: fixed;
Expand Down
Binary file added new/assets/img/shutterstock_234780382.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b414bf

Please sign in to comment.