mirror of
https://github.com/danbulant/ester_os
synced 2026-06-17 13:21:12 +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;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
code {
|
||||
|
|
|
|||
Loading…
Reference in a new issue