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.

21 lines
562 B

7 years ago
  1. .chat_backgroundImg{
  2. width: auto;
  3. height: 100%;
  4. min-height: auto;
  5. -webkit-background-size: cover;
  6. -moz-background-size: cover;
  7. background-size: cover;
  8. -o-background-size: cover;
  9. background-position: center;
  10. background-image: url('https://images3.alphacoders.com/106/106327.jpg');
  11. text-align: center;
  12. /*color: white;*/
  13. /* Create the parallax scrolling effect */
  14. background-attachment: fixed;
  15. background-position: center;
  16. background-repeat: no-repeat;
  17. background-size: cover;
  18. color: #ffffff;
  19. }