fix: rename background

This commit is contained in:
2023-12-24 23:07:24 +08:00
parent 2b14cb96d9
commit ef91aa2fff

View File

@@ -1,5 +1,5 @@
body { body {
background-image: url('../asset/pic/louis16/LouisXVI_Restaurant.png'); background-image: url('../asset/pic/nixon/background.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-color: rgb(0, 136, 109); background-color: rgb(0, 136, 109);
} }
@@ -36,17 +36,17 @@
z-index: 4; z-index: 4;
} }
#louis img{ /* louis 16 */ #nixon img{ /* nixon 16 */
top: 235px; top: 235px;
left: 1050px; left: 1050px;
display: none; display: none;
} }
#louis1 img{ /* 断头台 */ #nixon1 img{ /* 断头台 */
top: 235px; top: 235px;
left: 1050px; left: 1050px;
display: none; display: none;
} }
#louis2 img{ /* 死 */ #nixon2 img{ /* 死 */
top: 235px; top: 235px;
left: 1050px; left: 1050px;
display: none; display: none;