Background image

This commit is contained in:
Corentin Risselin 2020-07-21 01:10:16 +09:00
commit d196d8ae32
3 changed files with 16 additions and 2 deletions

View file

@ -16,6 +16,20 @@ body
font-family: sans;
}
body::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
background-image: url(/assets/back.webp);
width: 100%;
height: 100%;
opacity: 0.15;
z-index: -1;
}
@media (max-width: 420px)
{
body