diff --git a/css/style1.css b/css/style1.css index f52013a..dd48eae 100644 --- a/css/style1.css +++ b/css/style1.css @@ -1,5 +1,8 @@ body { - background-color: rgb(143, 188, 143); + background-color: rgb(62, 50, 64); + background-image: url("/pic/bg.png"); + background-repeat: no-repeat; + background-position: top center; } #song{ @@ -7,7 +10,7 @@ body { height: 300px; margin: auto; justify-content : center; - background-color: rgba(0, 0, 0, 0.75); + background-color: rgba(0, 0, 0, 0.55); border-radius: 10px; color: #fff; } diff --git a/pic/bg.png b/pic/bg.png new file mode 100755 index 0000000..817b903 Binary files /dev/null and b/pic/bg.png differ