Skip to content

Commit

Permalink
step 6: footer
Browse files Browse the repository at this point in the history
  • Loading branch information
brgnepal committed Aug 19, 2020
1 parent 29f8375 commit 553a649
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,9 @@ nav ul li a:hover, nav ul li a.active {
#blogs .blogs-content .card .blog-body .blog-text a {
color: darkorange;
}

/* footer */
footer {
background: #ccc;
padding: 20px;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3 class="blog-title">Top 10 essentials tips for planning your projects</h3>

<!-- Footer -->
<footer>
<h2>Footer Section</h2>
<div class="text-center">&copy; Student Foo 2020</div>
</footer>
</body>
</html>

0 comments on commit 553a649

Please sign in to comment.