textarea.kleur
{
color: #FFFFFF; //hierin komt de tekstkleur
background-color: #1D1D1D; //hierin de kleur van je tekstarena
margin: 0px 3px;
border: 1px solid #E6E6E6;
}
textarea.kleur
{
color:#FFFFFF; //hierin komt de tekstkleur
background-color:#1D1D1D; //hierin de kleur van je tekstarena
margin: 0px 3px;
border: 1px solid #E6E6E6;
}
en dan bij <textarea></textarea> gewoon attribuut class="kleur" gebruiken.