I was trying to remember something I saw on YouTube. The guy was positioning a background image doing something like this:
background-image: url(img/someimg.jpg) 200px 300px;
I think the 200px
positions it on the x-axis while the other is the y-axis. I'm not sure & this doesn't work but it was very similar to this. Can I get some help?