Make background of a placeholder transparent, anyone?
here: …
<li> Your Name?<input type="text" placeholder="Insert your Name"> </li>
I moved your post to a new thread.
I cleaned up your code.
You need to use triple backticks to post code to the forum.
See this post for details.
The solution is simple: use of square brackets in SCC
\\input[type=“text”]
{
background: transparent;
border: none;
}\\
Thanks for the signs