File size: 203 Bytes
20c2c8a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#imagePreview {
    background-image: url(../images/logo_up.png);
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }