Background styles

This commit is contained in:
danbulant 2020-02-07 20:08:07 +01:00
parent 8b70c62b91
commit ad39992a37

View file

@ -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 {