Skip to content

Commit

Permalink
added bckground image
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickNgare committed Jan 15, 2018
1 parent 5215d19 commit e8aff70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>GithubLookUp</title><base href="https://patrickNgare.github.io/GithubLookUp/"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.176e4d821cc3a21887b2.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script><script type="text/javascript" src="inline.3bb943726be576e4e983.bundle.js"></script><script type="text/javascript" src="polyfills.a053d7b72d2533fd47e6.bundle.js"></script><script type="text/javascript" src="main.e3137489bf546a679129.bundle.js"></script></body></html>
3 changes: 3 additions & 0 deletions src/app/landing-page/landing-page.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ header h2{
.search-form{
padding-top: 50px;
}
body{
background-image: asset-url('../../assets/subtle.png');
}

0 comments on commit e8aff70

Please sign in to comment.