Facebook
From Me, 10 Years ago, written in CSS.
Embed
Download Paste or View Raw
Hits: 527
  1. .navbar-nav li a::before {
  2.     content: ' ';
  3.     display: block;
  4.     width: 1px;
  5.     height: 70%;
  6.     background: #fff;
  7.     position: absolute;
  8.     bottom: 15%; /* it makes me center */
  9.     left: 0;
  10. }
  11.  
  12. /* uncomment if you want to hide first stripe
  13. .navbar-nav li:first-child a::before {
  14.     display: none;
  15. }
  16. */

Replies to 70-percent heigth vertical stripe rss

Title Name Language When
Re: 70-percent heigth vertical stripe Chartreuse Horse css 10 Years ago.