Broker System for Supercredit
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- .container.outer{
- width:100%;
- max-width:100vw;
- background: url('/assets/img/body_bg.jpg') no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- opacity:0.98;
- }
- .container.inner {
- width: 99%;
- min-height: calc(100vh - 48px);
- /* background-color:chartreuse; */
- }
-
-
|