Broker System for Supercredit
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .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; */
- }
-
-
|