I created my own website, not so difficult. But when I change the background to an image with a simple color, everything works very slowly on the site, all the animation and everything.
Working CSS:
body{ color:#eee; background-color: grey; }
CSS that makes a site slow:
body{ color:#eee; background-image:url("images/bodyImage3.jpg"); background-size: 1400px; }
source share