change relative path into absolute path

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 87ff591cd1
commit e7753e1c24
5 changed files with 66 additions and 10 deletions

View File

@@ -1,8 +1,10 @@
body {
margin: 0;
background: url('../a.jpg');
}
p {
color: red;
background: url('./b.jpg');
}
body > p {
color: yellow;