enter image description here
body {
background-image: url('/images/largest.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin: 0;
padding: 0;
}
How exactly can I cover the background of my page?
New contributor
Mustafa Çaylak is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.