16
loading...
This website collects cookies to deliver better user experience
You’d be surprised how difficult it is to relinquish a cell phone – Adrien Brody.
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> Background Image</title>
</head>
<body style="background-image: url(seed_heritage_homepage.jpg); background-size: cover; background-position: center center">
</body>
</html>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> Background Image</title>
</head>
<body style="background-image: url(seed_heritage_homepage.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat">
</body>
</html>
<body style="background-image: url(seed_heritage_homepage.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed">
@media only screen and (max-width:780-px)
{
<body style="background-image: url(seed_heritage_homepage_low.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed">
}