Files
smartbar/pages/fashion.html

10 lines
158 B
HTML
Raw Normal View History

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