123456789101112131415161718 |
- 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: 5px;
- margin-bottom: 5px;
- }
|