blog tips

markdown 内嵌 html 使图片并排

点击查看代码
<div style="display: flex; gap: 10px; justify-content: space-between;">
    <img src="图片1地址" style="width: 49%; height: auto;"/>
    <img src="图片2地址" style="width: 49%; height: auto;"/>
</div>
posted @ 2025-02-01 00:42  YuanqLi  阅读(18)  评论(0)    收藏  举报