Skip to content
Drempd Logo
  • home
  • portfolio
  • web design journal
  • blog
    • adventure
    • san diego
    • projects
    • website design
    • code notes
  • contact
Blog Web Dev Fixed Column on Left, Fluid Column on the Right

Fixed Column on Left, Fluid Column on the Right

By Forrest Smith - Drempd.com

A two-column setup, with a fixed width column on the left, and a fluid main column that fills out the rest of the space on the left:

<head> 
   <style> 
      .clear{ 
         clear: both; 
       } 
      .col-secondary{ 
         float: left; 
         width: 190px; 
         background: blue; 
         min-height: 100px; 
      } 
      .col-main{	 
         margin-left: 200px; 
         box-sizing: border-box; 
         background: green; 
         min-height: 200px; 
      } 
   </style> 
</head> 

<body> 
   <div class="col-secondary">
       Left column - fixed width
   </div> 
   <div class="col-main"> 
       Main column - fills the remaining space
   </div> 
   <div class="clear"></div> 
</body>
Posted on December 21, 2013August 26, 2022 in Web Dev

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

I love to create and explore. Whether building a website or app, taking a long walk through the mountains, or playing with a random idea, I've found that there will never be enough time to experience it all. But that won't stop me from trying.

Web Design & Development

  • Portfolio
  • San Diego Website Design
  • Custom Web Design
  • Responsive Web Design
  • Website Maintenance
  • Freelance Web Designer
  • Web Design Posts
  • Website Checklist

Projects

  • Zindash
  • Opti
  • Saphire CSS
  • Ergo Blocks

Blog

  • Adventure
  • San Diego
  • Projects
  • Website Design
  • Technology
  • Code Notes

About

  • Bluesky
  • Resume
  • Contact
drempd | san diego, ca
© 2026 Drempd All rights reserved.