CSS, wie man Schriftart Colr ändert
html {
color: #f3f3f3;
font-family: cursive;
font-size: 25px;
}
Sunshivery Days
html {
color: #f3f3f3;
font-family: cursive;
font-size: 25px;
}
.class {
color: white;
}
p{
color: White;
}
.YourClass {
color: #ff0000;
}
body {
color: blue;
}
h1 {
color: green;
}
/* This Way You can Color Any Font */
color: yellow;