Skip to content

Commit

Permalink
Style footer
Browse files Browse the repository at this point in the history
  • Loading branch information
toduyemi committed Sep 26, 2023
1 parent b31cd77 commit 5beb7d1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ <h2 class="dialogHeader">edit book</h2>
</dialog>

<footer>
a tem production
<a href="http://https://github.com/toduyemi/nook">
a tem production&emsp;

<a href="https://github.com/toduyemi/nook" target="_blank" rel="noopener noreferrer">
<img src="./assets/icons/github-mark-white.png" alt="Github icon outline of a cat">
</a>
</footer>
Expand Down
16 changes: 16 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -664,4 +664,20 @@ textarea::placeholder {
'Helvetica Neue',
sans-serif;
font-size: 1.5rem;
}

footer {
min-height: 10vh;
background: black;
font-weight: 900;
font-size: 30px;
color: whitesmoke;
display: flex;
justify-content: center;
align-items: center;

}

img {
height: 4.5rem;
}

0 comments on commit 5beb7d1

Please sign in to comment.