3
I’m failing to leave the same image alignment pattern Hallo-top_fd2.png in the Chrome navigator, where I’m missing?
Grateful
#container {
display: table-row-group;
position: relative;
align-items: center;
right: -34px;
}
#container figcaption {
position: absolute;
top: 70px;
right: 185px;
font-size: 60px;
color: #FFF;
text-shadow: 2px 2px 4px black;
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
}
<figure id="container">
<img src="img/hallo-top_fd2.png" />
<figcaption>FUNDAMENTAL II</figcaption>
</figure>
Firefox
Chrome