use fixed background attachment
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
html {
|
||||
font-family: monospace;
|
||||
font-size: large;
|
||||
background: linear-gradient(to bottom right, turquoise, teal);
|
||||
min-height: 100%;
|
||||
background: fixed linear-gradient(to bottom right, turquoise, teal);
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user