This commit is contained in:
23
post.html
Normal file
23
post.html
Normal file
@ -0,0 +1,23 @@
|
||||
|
||||
## 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>
|
||||
Reference in New Issue
Block a user