css textarea background color transparent code example
Example: css textarea background color transparent
textarea{
width: 100%;
color: #FFF;
background: transparent;
border: none;
outline: none;
}
textarea{
width: 100%;
color: #FFF;
background: transparent;
border: none;
outline: none;
}