mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added images locally
This commit is contained in:
@@ -1954,7 +1954,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
#snow{
|
#snow{
|
||||||
background: none;
|
background: none;
|
||||||
font-family: Androgyne;
|
font-family: Androgyne;
|
||||||
background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
|
background-image: url('static/images/s1.png'), url('static/images/s2.png'), url('static/images/s3.png');
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -1985,4 +1985,4 @@ nav ul li:hover, nav ul li.active {
|
|||||||
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
|
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
|
||||||
50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
|
50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
|
||||||
100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
|
100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
static/images/s1.png
Normal file
BIN
static/images/s1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
BIN
static/images/s2.png
Normal file
BIN
static/images/s2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
BIN
static/images/s3.png
Normal file
BIN
static/images/s3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Reference in New Issue
Block a user