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.
+Replace каза:С един прост background и no-repeat
background-position: center top;
background-color: #цвят по избор;
<style type="text/css">
body
{
background-image:url('твойто изображение.png,jpg,gif');
background-repeat:no-repeat;
}
</style>
</head>
talevtehnology каза:Код:<style type="text/css"> body { background-image:url('твойто изображение.png,jpg,gif'); } </style> </head>
<style type="text/css">
body
{
background-image:url('твойто изображение.png,jpg,gif') no-repeat;
}
</style>
</head>