Replace properties with shorthand version
This commit is contained in:
+1
-3
@@ -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 * {
|
||||
|
||||
Reference in New Issue
Block a user