sarsooxyz.hugo/layouts/shortcodes/avatar.html
Andy Pack 256a476aef
All checks were successful
Deploy Hugo site to Prod / Build Container (push) Successful in 5m32s
more css and animations
2024-10-12 18:59:26 +01:00

3 lines
154 B
HTML

<div class="avatar">
<img src="{{ .Get 0 }}" style="border-radius: 50%; width: 30rem; margin-left: auto; margin-right: auto; display: block;"/>
</div>