1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

dynamically loading images for hero

This commit is contained in:
Fedor Katurov 2019-10-24 16:02:18 +07:00
parent 5cd5941be0
commit 2386b3f8d8
4 changed files with 23 additions and 7 deletions

View file

@ -28,7 +28,7 @@
left: 0;
width: 100%;
height: 100%;
background: url('~/sprites/dots.svg') rgba(0, 0, 0, 0.3);
background: url('~/sprites/stripes.svg') rgba(0, 0, 0, 0.3);
}
img {