diff --git a/index.html b/index.html index 5859b45..19bb634 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Home | Cutieguwu - + diff --git a/style.css b/style.css index 6615379..8c956a7 100644 --- a/style.css +++ b/style.css @@ -27,9 +27,10 @@ hr { .viewport { height: 100vh; width: 100vw; - background-image: url(/img/background.png); + background-image: url(img/background.png); background-position: center; background-size: cover; + background-blend-mode: multiply; align-items: flex-start; display: flex; flex-flow: row wrap;