You can either use (on the h4 elements, as they are block by default) display: inline-block; Or you can float the elements to the left/rght float: left; ...
確定! 回上一頁