MultiColumn Layout

<style> .main-content{ display: -webkit-flex; /* Safari */ display: flex; } .thumbnail{ width: 50%; min-height: 200px; padding: 10px 5px; border: 10px solid #ffffff; } </style> <div clas="main-content"> <div class="thumbnail" style="background-color: #f6f6f6">First Column...</div> <div class="thumbnail" style="background-color: yellow">Second Column...</div> </div>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.