Learn CSS - Colors Cheatsheet - Codecademy
Learn CSS - Colors Cheatsheet - Codecademy
Colors
li {
color: khaki;
}
.transparent {
color: transparent;
}
.green {
color: rgb(0, 255, 0);
}
Print Share