SyntaxFix
Write A Post
Hire A Developer
Questions
try to add "display: block" to the style
<style> .left{ display: block; float:left; width:33%; } </style> <div class="left">...</div> <div class="left">...</div> <div class="left">...</div>