I want to build a website that is a \"dress up\" game where you can click on different accessories and they will layer on top of each other.
Because it\'s a little d
CSS3 supports multiple background layers
#example1 { width: 500px; height: 250px; background-image: url(sheep.png), url(betweengrassandsky.png); background-position: center bottom, left top; background-repeat: no-repeat; }