Replace properties with shorthand version

This commit is contained in:
2025-03-27 12:00:21 +02:00
parent 0b80bd8a90
commit 7f645bf66c
3 changed files with 6 additions and 14 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
html {
background: url("assets/background.jpg");
background-repeat: no-repeat;
background: url("assets/background.jpg") no-repeat fixed;
background-size: cover;
background-attachment: fixed;
}
html * {