CSS Infos : color

Description

Text color

Versions

Examples

h1 {
    color: yellow;
}
h2 {
    color: #0000ff;
}
p {
    color: #0f0;
}
strong {
    color: rgb(255, 42, 42);
}
English | Français