Is It Possible To Extend A H2 Box In Css Depending On The Text Within It? December 26, 2023 Post a Comment I have a header box appearing on a page. I am using h2 and configured this to show a border etc. My issue is that the longest text requires a box of 400px wide, whereas the shortesSolution 1: Try thisdiv{ float: left; width: auto; background-color: #777; } CopyDEMO Solution 2: yes you can apply float: left to H2Baca JugaHow To Move Text To Left On Hover?Flexbox Layout Pattern 1/3Why Is The Bootstrap Grid Layout Preferable To An Html Table? Share You may like these postsHow To Make This Layout In Css?Three Columns Div Layout Design With AdjustableFixed - Liquid - Fixed LayoutHow Can I Make Everything Outside Of A Div Darker? Post a Comment for "Is It Possible To Extend A H2 Box In Css Depending On The Text Within It?"
Post a Comment for "Is It Possible To Extend A H2 Box In Css Depending On The Text Within It?"