Andreas Putra
andrep 4 tahun yang lalu
847 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
teguh18074 tahun yang lalu
Kalau background itu untuk warna latar belakang. Kalau color buat warna teks kalau ditempeltpada teks
0
aldy
aldyputra4 tahun yang lalu

code/syntax

0
aldy putra
aldyputra254 tahun yang lalu

code/syntax

0
Henry
prasetyahenry4 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