14 lines
194 B
CSS
14 lines
194 B
CSS
|
body {
|
||
|
margin: 0;
|
||
|
background-attachment: fixed;
|
||
|
background-size: auto 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: center top;
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
width:90% !important;
|
||
|
}
|
||
|
|
||
|
|