18 lines
282 B
CSS
18 lines
282 B
CSS
body {
|
|
margin: 0;
|
|
background-attachment: fixed;
|
|
background-size: auto 100%;
|
|
background-repeat: no-repeat;
|
|
background-position: center top;
|
|
}
|
|
|
|
.element {
|
|
width: 90% !important;
|
|
margin-top: -4px !important;
|
|
}
|
|
|
|
.element_pad {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|