Answers for "text inside input field css"

CSS
29

how to write css for input type text

/* For Example, If we want to change css of "text" type
from <input> we do this:*/

input[type=text] {
    /* Your Code Here */ 
}
Posted by: Guest on March-01-2020
2

text inside input

<input type="text" placeholder="Your email here">
Posted by: Guest on February-04-2021

Browse Popular Code Answers by Language