“Contoh CSS” Kode Jawaban

Contoh CSS

/*body,h2,p,input are html tags */
/*.hello and #test are html class and id attributes*/
body {
  background-color: blue;
}

h2 {
  color: grey;
  text-align: center;
}

p {
  font-family: Sans-serif ;
  font-size: 30px;
}
input{
  width:50%;
}
.hello{
 	color:red;
}
#test{
  	color:blue;
}
Debmalya Banerjee

Contoh sintaks CSS

selector {property: value; }
MrStealYoGirl

Jawaban yang mirip dengan “Contoh CSS”

Pertanyaan yang mirip dengan “Contoh CSS”

Lebih banyak jawaban terkait untuk “Contoh CSS” di CSS

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya