Answers for "how to fix resolution on background image when responsive in css"

CSS
0

background shrinks when responsive

html,
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
Posted by: Guest on October-14-2020

Code answers related to "how to fix resolution on background image when responsive in css"

Browse Popular Code Answers by Language