Skip to content

Commit

Permalink
Added footer linking to angular
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-irt committed Jun 18, 2017
1 parent 9e67f45 commit d975da1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/content/content.component.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#wrapper {
width: 100%;
display: inline-flex;
background-color: rgb(247, 250, 251);
}

#wing {
Expand All @@ -13,4 +14,5 @@
width: 100%;
max-width: 980px;
margin: 0 auto;
font-family: 'Roboto', sans-serif;
}
20 changes: 20 additions & 0 deletions src/app/footer/footer.component.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
footer {
width: calc(100% - 40px);
padding: 20px;
background-color: #3f51b5;
color: #bbb;
font-family: 'Roboto', sans-serif;
}

#center {
width: 100%;
max-width: 980px;
margin: 0 auto;
text-align: center;
}

a {
color: #fff;
text-transform: none;
text-decoration: none;
}
3 changes: 3 additions & 0 deletions src/app/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
<footer>
<div id="center">
Made with <a href="https://angular.io/">Angular</a> and <a href="https://material.angular.io/"> Angular Material</a>
</div>
</footer>
1 change: 1 addition & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
body {
margin: 0;
padding: 0;
background-color: #3f51b5;
}

md-chip {
Expand Down

0 comments on commit d975da1

Please sign in to comment.