【问题标题】:How i center this background photo我如何居中这张背景照片
【发布时间】:2021-09-10 01:17:09
【问题描述】:
body {

  background-color: #ffffff;
  background-image: url(111.png);
  background-repeat: no-repeat;
  
}

大家好。我有个问题。我在背景上有这个小图像 111.png 是一个 300 x 300 的简单图像,并且这个代码放在左上角。

你能告诉我如何转换这个 CSS 样式代码以将图像背景放在中心吗? 谢谢。

【问题讨论】:

  • background-position??

标签: css styles


【解决方案1】:

试试background-position: center;

【讨论】:

    猜你喜欢
    • 2023-01-03
    • 2018-01-16
    • 2013-05-09
    • 1970-01-01
    • 2022-01-25
    • 2023-01-27
    • 2020-02-06
    • 2019-10-30
    • 2015-11-24
    相关资源
    最近更新 更多