How can I make h3 tag appear like this?
I tried to apply width and max-width css rules (e.g width: 120px; or 150px) but the words appears to each next to each other.
Any suggestion?
|
|
|
One of the ways to do that:
There are more than few, I guess. |
|||
|
|
|
|||||||||
|
|
You need to provide more HTML/CSS code for a better answer, but with the information provided I would assume you may need to set your In this example, I did not need to set display to So maybe you have some other conflicting CSS being applied. Hope this helps |
|||
|
|
|
Use
|
|||
|
|
|
See the jsfiddle and it would be great if you provide your code.
|
|||
|
|
|
Like so:
Without inline styling:
|
||||
|
|