Answers for "button inside input"

0

button inside input

input[type="text"] {
    width: 200px;
    height: 20px;
    padding-right: 50px;
}

input[type="submit"] {
    margin-left: -50px;
    height: 20px;
    width: 50px;
}
Posted by: Guest on July-27-2021

Browse Popular Code Answers by Language