File "body.css"

Full Path: /home/adniftyx/public_html/wp-content/plugins/smart-loan-calculator/APP/CSS/body.css
File size: 360 bytes
MIME-type: text/plain
Charset: utf-8

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../back.png) no-repeat center center;
      filter: brightness(100%);

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}