voorbeeld:
h2, h3 {
   color: rgb(128,0,255);
}
of 

h2, h3 {
   color: #8000FF;
}
of 

h2, h3 {
   color: green;
}

Report Place comment