Files
smartbar/pages/fashion.html
Charles Magahern e075834f98
All checks were successful
Build PDF / make pdf (pull_request) Successful in 4m48s
"Street Geek" fashion article
2026-07-05 19:57:38 -07:00

10 lines
158 B
HTML

<style>
#fashion {
background-image: url("assets/img/fashion.jpg");
background-size: contain;
}
</style>
<div id="fashion" class="page-base">
</div>