Answers for "how to change the padding on a label in css"

0

give padding to label html

label{
    display: block; /* add this */
    padding-top: 5px;
}
Posted by: Guest on January-21-2021

Code answers related to "how to change the padding on a label in css"

Browse Popular Code Answers by Language