All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
23 lines
317 B
HTML
23 lines
317 B
HTML
|
|
## END
|
|
|
|
<!--rehype:wrap-style=text-align:center;-->
|
|
<img
|
|
src="https://flt6.top/today"
|
|
class="responsive-img"
|
|
/>
|
|
|
|
<style>
|
|
.responsive-img {
|
|
width: 50%;
|
|
height: auto;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
@media (max-width: 768px), (orientation: portrait) {
|
|
.responsive-img {
|
|
width: 90%;
|
|
}
|
|
}
|
|
</style> |