mirror of
https://github.com/danbulant/ester_os
synced 2026-07-05 19:11:03 +00:00
Background styles
This commit is contained in:
parent
8b70c62b91
commit
ad39992a37
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,13 @@ body {
|
||||||
sans-serif;
|
sans-serif;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center center;
|
||||||
|
background-size: cover;
|
||||||
|
background-attachment: fixed;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue