Przezroczyste pole tekstowe CSS
background-color:rgba(0, 0, 0, 0);
Poised Penguin
background-color:rgba(0, 0, 0, 0);
input{
background: transparent;
color: #FFF;
top: 40vh;
position: relative;
border: 1px solid #FFF;
display: inline-block;
}
input[type="text"]
{
background: transparent;
border: none;
}