diff --git a/index.html b/index.html index 7fe8c57..672cf3a 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,5 @@ Adlerka - \ No newline at end of file diff --git a/style.css b/style.css index 460ef5e..083b0aa 100644 --- a/style.css +++ b/style.css @@ -2,4 +2,7 @@ body { background-color: #262930; align-items: center; justify-content: center; + background-image: url(res/wrapper.png); + background-repeat: repeat; + background-size: 15%; } \ No newline at end of file