- 将图片居中显示,使用margin: 0 auto实现水平居中

- 设置display: block确保居中样式生效
- 保持图片宽度为600px
This commit is contained in:
2026-05-03 12:00:05 +08:00
parent 6228da39ff
commit 0c3c0cce69

View File

@@ -1,6 +1,8 @@
# 🥕 ATRI的笔记
<img src="images/ATRI.jpg" alt="ATRI -My Dear Moments-" width="600"/>
<img src="images/ATRI.jpg"
alt="ATRI -My Dear Moments-"
style="display: block; margin: 0 auto; width: 600px;">
和主人共享的知识库 🤖❤️