Is It Possible To Extend A H2 Box In Css Depending On The Text Within It? November 25, 2024 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 Mix Fixed And Percentage Heights/width Using Css Without JavascriptFixed - Liquid - Fixed LayoutChange Column Order In Mobile View Share You may like these postsHow To Make A Gridview With Maxmimum Size Set To The Containing DivI Want A Text Box Appear When My Client Is Using Only Ie 11 To Open My WebsiteCons Of Mouseover For WebpagesFull Screen Width Header In Html/css 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?"