Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
<html>
<head>
<style type="text/css">
body
{
background-image:
url('http://web-tourist.net/webtourist.gif');
background-repeat: repeat-y
}
</style>
</head>
<body>
</body>
</html>
DJCharge каза:Syntax: background-repeat: <value>
Possible Values: repeat | repeat-x | repeat-y | no-repeat
asteryx каза:Ето така стана
Код:<html> <head> <style type="text/css"> body { background-image: url('111.jpg'); background-repeat: repeat-y; background-position: right; } </style> </head> <body> </body> </html>