ducks spinning

This commit is contained in:
2023-04-23 14:38:51 -05:00
parent 23d6e12768
commit 726ff889c3
3 changed files with 25 additions and 1 deletions

View File

@@ -735,6 +735,11 @@ a {
font-family: robotoreg; font-family: robotoreg;
} }
.smallImg {
display: inline-block;
width: 75px;
}
@font-face { @font-face {
font-family: Chess New; font-family: Chess New;
src: url('https://www.chess.com/bundles/web/fonts/chessglyph-new.0cc8115c.woff2'); src: url('https://www.chess.com/bundles/web/fonts/chessglyph-new.0cc8115c.woff2');

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 KiB

View File

@@ -19,7 +19,26 @@
}} }}
</div> </div>
<br /> <br />
{% from 'partials/bookshelf.html' import bookshelf %} {{ bookshelf(var.books) }} {% from 'partials/bookshelf.html' import bookshelf %} {{
bookshelf(var.books) }}
<br />
<div class="flex">
<img
alt="duck spinning"
src="{{ url_for('static', filename='photos/gifs/duck-spinning.gif') }}"
class="smallImg"
/>
<img
alt="duck spinning"
src="{{ url_for('static', filename='photos/gifs/duck-spinning.gif') }}"
class="smallImg"
/>
<img
alt="duck spinning"
src="{{ url_for('static', filename='photos/gifs/duck-spinning.gif') }}"
class="smallImg"
/>
</div>
</div> </div>
</div> </div>
</div> </div>