Is there a way to adjust the padding on the left and right side of my Autumn outfits header so that it sits closer to the text? I've already tried setting padding-left and padding-right to 2px, but the element remains unchanged.
Below is a snippet of my code:
.outfitsbuttonsheadings {
padding-left: 2px;
padding-right: 2px;
border: 2px solid black;
text-align: center;
font-family:'Mali', cursive;
<h3 class="outfitsbuttonsheadings">Autumn outfits</h3>
P.S. - As a newbie on Stack Overflow, any tips on how to improve the way I ask questions would be greatly appreciated after this query has been addressed.