×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: CSS
Posted by: Lori DK
Added: Jun 21, 2018 2:46 PM
Views: 3244
Tags: css
  1. .right-col:before {
  2.   content:"";
  3.   background: #525053;
  4.   position: absolute;
  5.   bottom: 0;
  6.   left: -1px;
  7.   height: 15%;
  8.   width: 2px;
  9. }
  10.  
  11. .right-col:after {
  12.   content:"";
  13.   background: #525053;
  14.   position: absolute;
  15.   top: 0;
  16.   left: -1px;
  17.   height: 15%;
  18.   width: 2px;
  19. }