Added images locally

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-22 11:14:30 +01:00
parent 4682d7dca6
commit 1a968715d9
4 changed files with 2 additions and 2 deletions

View File

@@ -1954,7 +1954,7 @@ nav ul li:hover, nav ul li.active {
#snow{
background: none;
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%;
left: 0;
position: absolute;
@@ -1985,4 +1985,4 @@ nav ul li:hover, nav ul li.active {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
}

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
static/images/s3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB