background image

This commit is contained in:
friendica 2014-03-05 21:18:40 -08:00
parent 7ed9b7a9b5
commit 020ab09657
2 changed files with 13 additions and 0 deletions

View File

@ -20,6 +20,19 @@ header { z-index: 10000; }
}
body::after {
content: '';
background-image:url(assets/uluru2.jpg);
background-position: 50% 50%;
background-repeat: no-repeat;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
opacity: 0.5;
z-index: -1;
}
</style>

BIN
assets/uluru2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB