作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我需要将截取的背景图片添加到我的 html 文件中。所以在添加背景图像时,我真的找不到增加边距的方法。请帮忙。 CSS中有没有办法做到这一点?示例:
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
最佳答案
使用 background-position
属性。
body{
background:url(https://www.gravatar.com/avatar/0fdacb141bca7fa57c392b5f03872176?s=48&d=identicon&r=PG&f=1);
background-color:#cccccc;
background-repeat:no-repeat;
background-position:10px 10px;
}
background-position:10px 10px;
^1st ^2nd
第一个值等于margin-left
,第二个值等于margin-top
。
关于html - 有没有办法在 HTML/CSS 中为背景图像留出边距?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65581023/
这是我的jade雕像: section#entry-review-template.template(data-class='entry-review') table thead
我是一名优秀的程序员,十分优秀!