Answers for "placeholder font size"

CSS
37

placeholder font size

input,
input::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 3;
}
Posted by: Guest on January-12-2022

Browse Popular Code Answers by Language