Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
backgroundStretch.css 230 B
body {
	background: url(c3.jpg);
	background-repeat: no-repeat;
	/* try repeat-x, repeat-y, no-repeat, repeat */

	background-size: cover;
	background-position: center; /* try left right */
}

/* try without the following rule */