NiCk Newman
0
Q:

css set styles for input text

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

input[type=text] {
    /* Your Code Here */ 
}
9
input[type="text"] {  font-size: 0.9em;  padding-top: 0.35rem;}
0

New to Communities?

Join the community