background image
This commit is contained in:
parent
7ed9b7a9b5
commit
020ab09657
@ -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
BIN
assets/uluru2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 KiB |
Reference in New Issue
Block a user