Skip to content

Commit

Permalink
changed footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
omdaniel committed Jan 6, 2017
1 parent 0d4dc54 commit 41f49b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions css/business-casual.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,7 @@ footer p {
.brand {
color: #fab11c;
}

#footertext{
font-size:44px;
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ <h2 class="intro-text text-center">Feature B branch
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p>Copyright &copy; Your Website 2014</p>
<div class="col-lg-12 text-center" id="footertext">
<p style="color:#fab11c">Git 2015</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 41f49b2

Please sign in to comment.