I've got a problem with centering in another tag . I have no problem with horizontal align in a flexox or in a old fashion way but vertical is still a problem for me.
div {
display: inline-block;
background-color: green;
width: 130px;
height: 45px;
margin-top: 20px;
text-align: center;
}
h2 {
font-size: 20px;
font-weight: 100;
display: flex;
justify-content: center;
align-content: center;