Published
- 1 min read
span vertical align
The solution for this is noted below
span vertical align
Solution
.foo {
display: flex;
align-items: center;
justify-content: center;
height: 50px;
}
Try other methods by searching on the site. That is if this doesn’t work