Answers for "selecting input types in css"

CSS
7

css input selector

input[type="text"] {
  background-color: blue;
}
Posted by: Guest on September-21-2021
0

how to target input type with css

input[type=text]
Posted by: Guest on January-07-2022

Browse Popular Code Answers by Language