Is It Possible To Extend A H2 Box In Css Depending On The Text Within It? August 25, 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 JugaTop & Left Vs Margin-top & Margin-leftPhp File Layout/designHow To Move Text To Left On Hover? Share You may like these postsBootstrap Alternating Layout To Stacked In MobileCss :hover Not Working On Ios Safari And ChromeSelect Drop Down Does Not Work In Mobile Device When Apply BootstrapBrowsing Different Content In A Jquery Dialog Without Using Tabs 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?"