If your code looks like this:
<div class="row"> <div class="span6"> </div> <div class="span6"> </div> </div>
Then I’d assume you’re using additional DIVS within the “span6” DIVS for holding/styling your content? So…
<div class="row"> <div class="span6"> <div class="mycontent-left"> </div> </div> <div class="span6"> <div class="mycontent-right"> </div> </div> </div>
So you could simply add some CSS to the “mycontent-left” class to create your divider.
.mycontent-left { border-right: 1px dashed #333; }
Related Posts:
- What is sr-only in Bootstrap 3?
- Bootstrap 4 images thumbnail classes
- How to center content in a Bootstrap column?
- Bootstrap throws Uncaught Error: Bootstrap’s JavaScript requires jQuery
- How to give spacing between buttons using bootstrap
- How can I override Bootstrap CSS styles?
- How to change the background-color of jumbrotron?
- vertical-align with Bootstrap 3
- Table fixed header and scrollable body
- how to do a line break in Bootstrap 3.3.7
- How to increase height of textarea using bootstrap rows and columns
- Bootstrap Columns Not Working
- Bootstrap 3 Glyphicons CDN
- How can I change the Bootstrap default font family using font from Google?
- Set textarea width to 100% in bootstrap modal
- How to make Bootstrap Panel body with fixed height
- Change navbar text color Bootstrap
- Open source social media icons to download and use on website? [closed]
- CSS calc width and height values
- Center image using text-align center?
- CSS Background Opacity [duplicate]
- How do I vertically align text in a div?
- Hide scroll bar, but while still being able to scroll
- How can I center text (horizontally and vertically) inside a div block?
- Center image horizontally within a div
- Draw Circle using css alone [duplicate]
- Remove CSS class from element with JavaScript (no jQuery) [duplicate]
- Transparent CSS background color
- Prevent line-break of span element
- Is there any way to change input type=”date” format?
- How to align iframe always in the center
- How to center a “position: absolute” element
- Expected RBRACE, but the bracket is there?
- How to make an image center (vertically & horizontally) inside a bigger div
- How to center text with Markdown?
- Set the table column width constant regardless of the amount of text in its cells?
- Disable Scrolling on Body
- Darken CSS background image?
- How do I make a placeholder for a ‘select’ box?
- Responsive image map
- CSS color vs. background-color vs. background?
- How to wrap text around an image using HTML/CSS
- Getting “Failed to load resource: net::ERR_FILE_NOT_FOUND” when trying to load a background image
- CSS: background-color only inside the margin
- Stretch background image css?
- Set cellpadding and cellspacing in CSS?
- How to make a whole ‘div’ clickable in html and css without JavaScript?
- How (and why) to use display: table-cell (CSS)
- Vertical Text Direction
- Disable Scrolling on Body
- CSS Background Image Not Displaying
- How to darken a CSS background image?
- Changing image sizes proportionally using CSS
- How can I create a marquee effect?
- Bootstrap Dropdown menu is not working
- How to set Helvetica font?
- right align an image using CSS HTML
- Indent starting from the second line of a paragraph with CSS
- CSS Background Image Not Displaying
- CSS list-style-image size
- html not linking css
- Removing border from table cells
- How to display hr horizontally with flex?
- bootstrap 3 navbar collapse button not working
- How to get CSS to select ID that begins with a string (not in Javascript)?
- Styling an input type=”file” button
- How to stick footer to bottom (not fixed) even with scrolling
- Setting table row height
- How do I disable the resizable property of a textarea?
- Is it possible to set the equivalent of a src attribute of an img tag in CSS?
- Place input box at the center of div
- How to display a gif fullscreen for a webpage background?
- Padding a table row
- How to align 3 divs (left/center/right) inside another div?
- Vertical align not working on inline-block
- Align an element to bottom with flexbox
- How can I change the thickness of my
tag - Is it possible to put CSS @media rules inline?
- Make padding responsive
- Vertically align text next to an image?
- How to create spoiler text?
- How do I horizontally center a table in Bootstrap
- How do I center text in a span?
- text-align justify not working
- CSS !important not working
- Best way to center a on a page vertically and horizontally?
- How to best set a CSS3 transition to none?
- How to make a div 100% height of the browser window
- How to resize an image to fit in the browser window?
- Why is vertical-align: middle not working on my span or div?
- ow to change the style of the title attribute inside an anchor tag?
- Flex align-items: center not centering items
- HTML / CSS table with GRIDLINES
- Layout a flex box similar to a table?
- WordPress Admin Bar Overlapping Twitter Bootstrap Navigation [closed]
- Style reply form different than comment form
- Style the last element having a specific class [closed]
- CSS – Initial HTML Margin Issue On WordPress Site
- change the icon of a custom post type in WordPress to use twitter boostrap
- How can I insert a disclaimer in a WordPress site?