From e8bb14d2c2ddb95bd79a726e512cc020416906bc Mon Sep 17 00:00:00 2001 From: wolegca <2738076308@qq.com> Date: Wed, 18 Sep 2019 23:20:00 +0800 Subject: [PATCH] fix bug of bg --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index b260812..7aa9287 100644 --- a/css/index.css +++ b/css/index.css @@ -12,7 +12,7 @@ left:0px; height:150%; width:100%; - background: black url(images/bg.jpg) no-repeat top; + background: black url(../images/bg.jpg) no-repeat top; background-size: cover }