diff --git a/uno/css/uno.css b/uno/css/uno.css index 014b874..9ca86c7 100644 --- a/uno/css/uno.css +++ b/uno/css/uno.css @@ -7,6 +7,8 @@ body { overflow: hidden; + background-image: url('../img/Bg.png'); + background-size: cover; } diff --git a/uno/img/Bg.png b/uno/img/Bg.png new file mode 100644 index 0000000..de39f09 Binary files /dev/null and b/uno/img/Bg.png differ