Andreas Putra
andrep 3 tahun yang lalu
732 4 CSS

CobaUntukPenelitian

Perbedaan fungsi dari background dan color apa ya?

.tombol{
  background:#2C97DF;
  color:white;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom:5px solid #2A80B9;
  padding:10px 20px;
  text-decoration:none;
  font-family:sans-serif;
  font-size:11pt;
}

4 Jawaban

Teguh
teguh18073 tahun yang lalu
Kalau background itu untuk warna latar belakang. Kalau color buat warna teks kalau ditempeltpada teks
0
aldy
aldyputra3 tahun yang lalu

code/syntax

0
aldy putra
aldyputra253 tahun yang lalu

code/syntax

0
Henry
prasetyahenry3 tahun yang lalu

.tombol{
  background:#2C97DF; /*untuk warna background saja 
  color:white;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom:5px solid #2A80B9;
  padding:10px 20px;
  text-decoration:none;
  font-family:sans-serif;
  font-size:11pt;
0
Silahkan Login untuk menjawab.

Top Coder