Code the background property and set it to an empty linear-gradient() function for the h3 selector.
background
linear-gradient()
h3
Make sure to type background: linear-gradient();.
background: linear-gradient();