Skip to content

Commit

Permalink
center otter
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeker committed Feb 25, 2024
1 parent 50a8fff commit 6d64d2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,10 @@ h3 {
color: #FAFAFA;
font-size: 40px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.image {
display: flex;
justify-content: center;
align-items: center;
}
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>DIVE DEEPER</h1>
<main>{% block container %} {% endblock %}</main>

<div class="image">
<a href="/"><img src="/static/images/otter.gif" alt="otter.gif"></a>
<img src="/static/images/otter.gif" alt="otter.gif">
</div>

</body>
Expand Down

0 comments on commit 6d64d2c

Please sign in to comment.