“Warna teks CSS” Kode Jawaban

Warna Garis Garis Besar CSS

u
{
	text-decoration: underline;
  	text-decoration-color: red;
}
example of use: (in html)

<p>The word <u>CAT</u>, is underlined </p>
Lazurite

CSS Warna Teks

.class {
  color: white;
}
Caffeinated Developer

CSS mengubah warna teks

p{
	color: White;
}
jopxxl

CSS Warna Latar Belakang Teks

body {
	background-color:rgb(130, 50, 29);
}
Comfortable Curlew

CSS Warna Teks

.YourClass {
  color: #ff0000;
}
RWL_Dittrich

Warna teks CSS

body {
  color: blue;
}

h1 {
  color: green;
}
rabbit.sol

Jawaban yang mirip dengan “Warna teks CSS”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya