diff --git a/css/web.css b/css/web.css index 7c13e64..f4d0847 100644 --- a/css/web.css +++ b/css/web.css @@ -5,7 +5,7 @@ html { font-family: 'Oswald', sans-serif; /*Fixed Background*/ - background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/res/bg.jpg); + background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../res/bg.jpg); background-attachment: fixed; background-size: cover; background-position: center;