Switch to an image I made.
This commit is contained in:
parent
0f2a0aa848
commit
72a3c04461
BIN
examples/css3/images/example.png
Normal file
BIN
examples/css3/images/example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 181 KiB |
Binary file not shown.
Before Width: | Height: | Size: 35 KiB |
@ -50,7 +50,7 @@ h1 {
|
||||
|
||||
#background-clip {
|
||||
pre {
|
||||
background: transparent #{image_url("fresh-peas.jpg")} no-repeat;
|
||||
background: transparent #{image_url("example.png")} no-repeat;
|
||||
border: 1em solid rgba(255, 0, 0, 0.25); }
|
||||
.padding-box {
|
||||
@include background-clip(padding-box);
|
||||
@ -61,7 +61,7 @@ h1 {
|
||||
|
||||
#background-size {
|
||||
pre {
|
||||
background: transparent #{image_url("fresh-peas.jpg")} no-repeat;
|
||||
background: transparent #{image_url("example.png")} no-repeat;
|
||||
border: 1em solid #{mix(red, white, 0.5)};
|
||||
border: 1em solid rgba(255, 0, 0, 0.25); }
|
||||
.top-left {
|
||||
|
Loading…
Reference in New Issue
Block a user