CSS display
setting
It is of course possible – JSFiddle proof of concept where you
can see all three possible solutions:
-
display: inline-block
– this is the one you’re not aware of -
position: absolute
-
float: left/right
display
settingIt is of course possible – JSFiddle proof of concept where you
can see all three possible solutions:
display: inline-block
– this is the one you’re not aware of
position: absolute
float: left/right