Answers for "input type all css"

CSS
21

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
1

css input

input[type=box]

width: 99%;
padding: 8px 9px;
margin: 10px 0;

box-sizing: border-box
Posted by: Guest on August-14-2021

Browse Popular Code Answers by Language