MyBB Community Forums

Full Version: make a topbar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I made a topbar like that forum?
[attachment=39120]
(2017-07-22, 06:55 PM)garpher Wrote: [ -> ]How can I made a topbar like that forum?

<div>
	<div style="width:25%; float:left; text-align:center">One</div>
	<div style="width:25%; float:left; text-align:center">Two</div>
	<div style="width:25%; float:left; text-align:center">Three</div>
	<div style="width:25%; float:left; text-align:center">Four</div>
</div>