Skip to content

Commit

Permalink
Add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafa-kaya committed Jan 18, 2022
1 parent ea86b22 commit 5f8ea8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,14 @@ body {

.cta-modal__button {
border: 2px solid var(--baby-powder);
}


/* footer BLOCK */
.footer {
text-align: center;
padding-top: 38px;
padding-bottom: 38px;
color: var(--baby-powder);
background-color: var(--gunmetal);
}
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,8 @@
<button class="button cta-modal__button">Sign up</button>
</div>
</div>

<!-- footer BLOCK -->
<div class="footer">Copyright © The Odin Project 2021 </div>
</body>
</html>

0 comments on commit 5f8ea8f

Please sign in to comment.