Answers for "how to add style to an input field"

CSS
0

css set styles for input text

input[type="text"] {  font-size: 0.9em;  padding-top: 0.35rem;}
Posted by: Guest on September-26-2020

Code answers related to "how to add style to an input field"

Browse Popular Code Answers by Language