“CSS Background Collor” Kode Jawaban

Warna latar belakang CSS

body {
  background-color: green;
}
Scratchy

Warna latar belakang menggunakan CSS

/* To apply color to background you have to use 'background-color' property and value of property is color name. */
html,body {
  background-color: blue;
}
Ankur

CSS Background Collor

<style>
body {
  background-color: coral;
}
</style>
Sleepy Scarab

Jawaban yang mirip dengan “CSS Background Collor”

Pertanyaan yang mirip dengan “CSS Background Collor”

Lebih banyak jawaban terkait untuk “CSS Background Collor” di CSS

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya