What is your hint or solution suggestion?
Adjust the background-color Property of Text
Solution
<style>
h4 {
background-color: rgba(45, 45, 45,0.1);
text-align: center;
padding:10px;
}
For the h4, remove height and add padding of 10px
Challenge: Adjust the background-color Property of Text
Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/applied-visual-design/adjust-the-background-color-property-of-textPreformatted text