So, I have a big image with logotype in the center, and thing that I asking for is how do I horizontally center the image, if screen width changes or varies between different devices?
I saw few solutions using "img" tag, but I need to know how to center background specifically.
body
{
background-image: url('website-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
}
It's OK on big screen, but I am not sure that my screen big enough to display website with various resolutions.