how to set padding within a label code example Example: give padding to label html label{ display: block; /* add this */ padding-top: 5px; }