Answers for "textarea background transparent"

CSS
0

css textarea background color transparent

textarea{
    width: 100%;
    color: #FFF;
    background: transparent;
    border: none;
    outline: none;
}
Posted by: Guest on December-09-2020

Code answers related to "textarea background transparent"

Browse Popular Code Answers by Language