找回密码
 免费注册

[CSS] img标签垂直水平居中的实例

[复制链接]
admin 发表于 2024-1-13 15:52:01 | 显示全部楼层 |阅读模式


HTML
  1. <img src="https://wj.gtimg.com/default/skin/background-fashion_2.png" class="background-image-content" alt="皮肤背景图">
复制代码
CSS
  1. height: 640px;
  2. overflow: hidden;
  3. width: 100%;
  4. background-size: cover;
  5. -o-object-fit: cover;
  6. object-fit: cover;
  7. -o-object-position: top;
  8. object-position: top;
  9. border: 0;
  10. vertical-align: bottom;
  11. max-width: 100%;
  12. min-width: 1000px;
  13. min-height: 100%;
  14. background: #ebf3fd;
  15. position: relative;
  16. background-color: rgba(251,241,253,1);
复制代码


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

QQ|Archiver|手机版|小黑屋|信息共享网

GMT+8, 2024-5-14 23:54 , Processed in 0.076685 second(s), 18 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表