Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.
Benzer konular
- Çözüldü
- Soru
<style>
body {
background-image: url('img.jpg');
}
</style>
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url('img.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
</head>
<body>
</body>
</html>
<style>
body {
background-image: url('img.jpg');
}
</style>
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url('img.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
</head>
<body>
</body>
</html>