What I want to achieve:
Center an image horizontally and vertically in the right flexbox item as shown in this picture:
What's the best way to do it?
Here's my Codepen: https://codepen.io/AlexZeitler/pen/JayvNg
I got the image centered horizontally but not vertically using this .grid-right
class:
.grid-right {
width: 67%;
height: 100vh;
background-size: cover;
text-align: center;
}