Fix the background image in the background-origin example.
This commit is contained in:
parent
d4e90d79aa
commit
d9d0609af4
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
@ -1,7 +1,7 @@
|
|||||||
.example
|
.example
|
||||||
#padding-box(style="background-image: url(background/);")
|
#padding-box
|
||||||
Padding Box
|
Padding Box
|
||||||
#border-box(style="background-image: url(background/);")
|
#border-box
|
||||||
Border Box
|
Border Box
|
||||||
#content-box(style="background-image: url(background/);")
|
#content-box
|
||||||
Content Box
|
Content Box
|
@ -4,6 +4,7 @@
|
|||||||
padding: 2em
|
padding: 2em
|
||||||
div
|
div
|
||||||
background:
|
background:
|
||||||
|
image= image-url("examples/css3/bg-origin/bg.png")
|
||||||
repeat: repeat
|
repeat: repeat
|
||||||
position: top left
|
position: top left
|
||||||
border: 10px solid rgba(255, 0, 0, 0.5)
|
border: 10px solid rgba(255, 0, 0, 0.5)
|
||||||
|
Loading…
Reference in New Issue
Block a user