I wanted to put together a transparent form, like the photo example
I wanted to put together a transparent form, like the photo example
Here's the code using the default bootstrap class and adding the following style:
<style>
input.transparent-input{
background-color:rgba(0,0,0,0) !important;
border:none !important;
}
</style>
<input class="form-control transparent-input" type='text' name='nome' placeholder="Titulo">