Çözüldü HTML CSS backround konusunda yardımcı olur musunuz?

Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.

west00nn

Centipat
Katılım
16 Şubat 2023
Mesajlar
190
Daha fazla  
Cinsiyet
Erkek
Arkadaşlar merhaba burada 2. backroundun sayfanın geriye kalan alt kısmını doldurmasını istiyorum yani siteyi küçülttüm daha iyi görmek açısından bunun için ne yapabilirim?

CSS:
.backround {
 background-image: url(easportsfc_banner.png);
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed;
 background-size: cover;
 font-family: Gabarito, sans-serif;
}

.backround2 {
 background-image: url(fc24-ultimate-team-playstyles-sectionbg-xl.jpg.adapt.1920w.jpg);
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed;
 background-size: cover;
 font-family: Gabarito, sans-serif;
 background-size: 100%;
 height: 100%;
}[/[ATTACH type="full"]1975344[/ATTACH]CODE]
 

Dosya Ekleri

  • image.png
    image.png
    245,5 KB · Görüntüleme: 29
Çözüm
Böyle deneyin bakalım tam emin değilim ama.
CSS:
.backround {
 background-image: url(easportsfc_banner.png);
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed;
 background-size: cover;
 font-family: Gabarito, sans-serif;
}

.backround2 {
 background-image: url(fc24-ultimate-team-playstyles-sectionbg-xl.jpg.adapt.1920w.jpg);
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed;
 background-size: cover;
 font-family: Gabarito, sans-serif;
 background-size: 100%;
 height: 100vh;
 z-index: -1;
}
Bu tarz sorularını ChatGpt'ye sorabilirsin. Beğenmediğin veya yanlış olan yerleri yeniden düzenlemesini isteyebilirsin. Deneme yanılma yoluyla öğrenmiş olursun.
 
Böyle deneyin bakalım tam emin değilim ama.
CSS:
.backround {
 background-image: url(easportsfc_banner.png);
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed;
 background-size: cover;
 font-family: Gabarito, sans-serif;
}

.backround2 {
 background-image: url(fc24-ultimate-team-playstyles-sectionbg-xl.jpg.adapt.1920w.jpg);
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed;
 background-size: cover;
 font-family: Gabarito, sans-serif;
 background-size: 100%;
 height: 100vh;
 z-index: -1;
}
 
Çözüm
Böyle deneyin bakalım tam emin değilim ama.
CSS:
.backround {
 background-image: url(easportsfc_banner.png);
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed;
 background-size: cover;
 font-family: Gabarito, sans-serif;
}

.backround2 {
 background-image: url(fc24-ultimate-team-playstyles-sectionbg-xl.jpg.adapt.1920w.jpg);
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed;
 background-size: cover;
 font-family: Gabarito, sans-serif;
 background-size: 100%;
 height: 100vh;
 z-index: -1;
}

Hocam çok teşekkür ederim sorunum çözüldü 👍

Böyle deneyin bakalım tam emin değilim ama.
CSS:
.backround {
 background-image: url(easportsfc_banner.png);
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed;
 background-size: cover;
 font-family: Gabarito, sans-serif;
}

.backround2 {
 background-image: url(fc24-ultimate-team-playstyles-sectionbg-xl.jpg.adapt.1920w.jpg);
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed;
 background-size: cover;
 font-family: Gabarito, sans-serif;
 background-size: 100%;
 height: 100vh;
 z-index: -1;
}

1697187570868.png


Hocam sadece siteyi küçültünce pencerede böyle oluyor.
 

Yeni konular

Geri
Yukarı