Answers for "how to give padding to all labels 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 give padding to all labels in css"

Browse Popular Code Answers by Language