Skip to content

Commit

Permalink
add landscape background to landing
Browse files Browse the repository at this point in the history
relates #17 and #4
  • Loading branch information
lucysabin committed May 23, 2017
1 parent fe6c9ef commit b4478d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions css/landing.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
body {
background-image: url('../images/lscapepurple.png');
background-repeat: no-repeat;
background-position: center bottom;
height: 100vh;
}

.landing_header {
display: flex;
flex-direction: row;
Expand Down
Binary file added images/lscapepurple.png
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 b4478d5

Please sign in to comment.