13 lines
203 B
CSS
13 lines
203 B
CSS
.divider-container{
|
|
width: 10px;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.divider{
|
|
width: 2px;
|
|
height: 80%;
|
|
background-color:white;
|
|
} |