Skip to content

CSS code snippet – How to make sperator vertical?

  .vl {
  border-left: 6px solid green;
  height: 
  500px;
  position: absolute;
  left: 
  50%;
  margin-left: -3px;
  top: 0;
} 
See also  How to use dictionary in Python?

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.