Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
<body background="resim link">
<img src=resim link>
Hocam aynı fotodan bir kaç taneyan yana çıktı peki ya nasıl tekli yaparım?
<body style="background: white url(background1.jpg ); with:100%; height: 100%;>
html {
background: url(fotograf.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Hocam denedim, şimdide büyük oldu. onun bir kodlaması vardı hatırlamıyorum ya unuttum![]()
Hocam aynı fotodan bir kaç taneyan yana çıktı peki ya nasıl tekli yaparım?
Merhabalar,
Bu kodu dener misiniz?
Kod:<body style="background: white url(background1.jpg ); with:100%; height: 100%;>
veyahutKod:html { background: url(fotograf.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
merhaba
görüntünü boyutunu çok büyük ve küçük olmayacak şekilde ayarlayın
Hocam aynı fotodan bir kaç taneyan yana çıktı peki ya nasıl tekli yaparım?
no-repeat özelliğini kullanmalısınız,
https://www.w3schools.com/cssref/pr_background-repeat.asp
body {
background-image: url("sitelinki.com");
background-repeat: no-repeat;
background-size: cover;
}
</style>
body {
background-image: url("http://i.imgur.com/p0QnxP5.png");
background-repeat: no-repeat;
background-size: cover;
}
</style>