html - css如何使用一张图的一部分作为背景平铺?
PHPz
PHPz 2017-04-17 11:39:45
0
1
935

例如:

我有一张图片:

现在我想用这张图片的右上角的一小块作为背景平铺整个<p>,例如下面这样:

请问应该如何设置css?


另外:
假设html是下面这样的

<p class="moon"></p>

然后css里面已经有了:

.moon {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(../images/moon.png);
    background-size: 100% auto;
}

新手提问,求教各种姿势O(∩w∩)O~~

PHPz
PHPz

学习是最好的投资!

reply all(1)
左手右手慢动作

Then you can change the Beijing picture to what you want (that is, only the small part of the moon) and then set the background to repeat?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template