CSS cleanups
This commit is contained in:
parent
5d3e9206d8
commit
857fc32730
@ -7,10 +7,11 @@ MTSM Stylesheet - (C) Chris Dorman, 2021 CC-BY-SA 3.0
|
|||||||
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu&display=swap');
|
||||||
html, body {
|
html, body {
|
||||||
background-color: #cccccc;
|
background-color: #cccccc;
|
||||||
background-repeat: no-repeat;
|
-webkit-background-size: cover;
|
||||||
background-attachment: fixed;
|
-moz-background-size: cover;
|
||||||
background-position: center;
|
-o-background-size: cover;
|
||||||
background-image: url('bg.jpg');
|
background-size: cover;
|
||||||
|
background: url('bg.jpg') no-repeat center center fixed;
|
||||||
color: #e3e3e3;
|
color: #e3e3e3;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user