洪发

Generation

css from descriptionThu, 09 Feb 2023

<div class="poster"> <img src="http://ag.yudvool.cn/uploads/images/20230101/ff4c58e43f226f1254cf40a7f1d9ce8e.png"> </div> 设置图片 圆角 1px白边 居中 最大高度200px 图片自适应

.poster { border-radius: 1px; border: 1px solid #fff; text-align: center; max-height: 200px; overflow: hidden; img { width: 100%; vertical-align: top; } }

Questions about programming?Chat with your personal AI assistant