Skip to content

Commit

Permalink
add footer content and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-jinosko committed Nov 22, 2023
1 parent 5753923 commit e53ba46
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 @@ -191,4 +191,14 @@
height: 30px;
width: 100px;
border-radius: 6px;
}

/*-----------FOOTER---------------------*/

.footer {
color: #e5e7eb;
font-size: 18px;
text-align: center;

padding: 20px;
}
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ <h1>Call to action! It's time!</h1>
<button>Sign up</button>
</div>

<div class="footer">
Copyright @ The Odin Project 2021
</div>

</body>
</html>

0 comments on commit e53ba46

Please sign in to comment.