“latar belakang diperbaiki” Kode Jawaban

Latar belakang statis html

body {
  background-image: url("img_tree.gif");
  
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  background-size: cover;
}
Lazurite

Memperbaiki latar belakang gambar CSS

#hero1{
 background:url(https://4.bp.blogspot.com/_AQ0vcRxFu0A/S9shDGGyMTI/AAAAAAAAAYk/kn3WTkY2LoQ/s1600/IMG_0714.JPG);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
Nasty Nightingale

latar belakang diperbaiki

background-attachment:fixed;
Code Cat

gambar latar belakang css ikuti gulir

background-attachment: scroll;
background-attachment: fixed;
background-attachment: local;
Lioruby

Jawaban yang mirip dengan “latar belakang diperbaiki”

Pertanyaan yang mirip dengan “latar belakang diperbaiki”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya