Logo Luan Morina
Bootstrap responsive columns demo

content

content

HTML

<div class="container-fluid">
 <div class="row justify-content-between">
 
  <div class="col-md-3">
   <p class="demo-content demo-content-1">content</p>
  </div>

  <div class="col-md-3">
   <p class="demo-content demo-content-2">content</p>
  </div>
  
 </div>
</div>

CSS

.demo-content {
  color: #FFFFFF;
  padding: 2.9rem 2rem;
  text-align: center;
}

.demo-content-1 {
  background-color: #537C78;
}

.demo-content-2 {
  background-color: #7BA591;
}

   Bootstrap Responsive Columns
Basic Page Button alignment Button styles Button with icon Only Button with text and icon on the left Button with text and icon on the right Content pagination Include CSS and JS Files Modal window Popover Popover with HTML content Progress bars Progress bars with tooltip Popover with HTML content and a close button Responsive cards Responsive cards styled like business cards Responsive cards styled like post-it notes Responsive columns Table Table pagination with keyboard keys Tabs Tooltip Tooltip with HTML content