nice color
This commit is contained in:
parent
3206e122df
commit
c5a87aebbd
|
@ -6,7 +6,11 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #ffffff;
|
background: #EFEFEF;
|
||||||
|
background: linear-gradient(#EFEFEF, #696969), linear-gradient(to right, #888888, #C2C2C2, #888888);
|
||||||
|
background-blend-mode: screen;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user