+ 5
How to align the background image to center in CSS?
Html css
3 Answers
+ 7
You can go through this
https://www.sololearn.com/learn/CSS/1115/
Also can refer this
http://www.java2s.com/Code/HTMLCSS/CSS-Controls/Menubarwithbackgroundimage.htm
+ 5
Thanks brother
+ 1
background: url(image.jpg) 50% 50% / 50% no-repeat black;
https://code.sololearn.com/W6C42qMCYR4U/?ref=app
Please note that float seletor is not for adjusting background image location, it's for element alignment to left, right side.