Is It Possible To Extend A H2 Box In Css Depending On The Text Within It? May 09, 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 JugaAdd Div With Dynamic Vergejs Viewport Values To HtmlStyling The Facebook Login Button Next To Other Login LinksVertical Line Spacer Between Two Divs Share You may like these postsDon't Allow User To Enter Html Tags In InputHow To Call Function Defined Inside Polymer Custom Element And Pass Arguments?How To Display All The Divs Inside A Parent DivDisplay Elements On Same Line 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?"