You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in vanilla, trying to apply glare to just the text in an H1 element. The glare is applied to the entire H1 line height and not just the displayed text itself. How would I fix this? <h1 class="bt-an" data-tilt data-tilt-full-page-listening data-tilt-reverse="true" data-tilt-glare data-tilt-max-glare="0.8">An</h1>
The text was updated successfully, but these errors were encountered:
Hello negustaf, you can change the line height of your line through CSS property line-height and make it so that it only contains your text. As for h1, the line-height of 0.8em would do the trick, so try and find the optimized line-height for your text and you will be fine. hope it solves your issue...
I'm in vanilla, trying to apply glare to just the text in an H1 element. The glare is applied to the entire H1 line height and not just the displayed text itself. How would I fix this?
<h1 class="bt-an" data-tilt data-tilt-full-page-listening data-tilt-reverse="true" data-tilt-glare data-tilt-max-glare="0.8">An</h1>
The text was updated successfully, but these errors were encountered: