Answers for "make background of textarea transparent"

CSS
1

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 "make background of textarea transparent"

Browse Popular Code Answers by Language