give padding to label html

Solutions on MaxInterview for give padding to label html by the best coders in the world

showing results for - "give padding to label html"
Adrien
17 Jun 2018
1label{
2    display: block; /* add this */
3    padding-top: 5px;
4}
5