background position

Toggle class name on click in jQuery

by MD Hasan Patwary

HTML

<div id="example"></div>

CSS

#example {
  height: 300px;
  background: url("https://images.pexels.com/photos/931881/pexels-photo-931881.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"), #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}