add vertical bar in react js

Solutions on MaxInterview for add vertical bar in react js by the best coders in the world

showing results for - "add vertical bar in react js"
Len
17 Sep 2017
1
2  .vl {
3  border-left: 6px solid green;
4  height: 
5  500px;
6  position: absolute;
7  left: 
8  50%;
9  margin-left: -3px;
10  top: 0;
11}