@Blanket25Submitted over 3 years ago
I struggled a lot positioning the images. Which approch or properties would be better for this kind of layout?
I struggled a lot positioning the images. Which approch or properties would be better for this kind of layout?
Good morning Bianca,
There's a step-by-step video of this challenge. [Coder coder channel] (https://www.youtube.com/watch?v=FboXxLxg8eo&t=3135s)
Maybe will help you to understand the image positioning process.
My question was, why can't I approach the counters? I tried but couldn't understand why.
Olá Gabriel,
Minha sugestão é você determinar um tamanho para a div clock, como no exemplo a seguir:
.clock {
display: flex;
align-items: center;
justify-content: space-around;
margin: 3rem auto; /* centraliza a div no body */
text-align: center;
max-width: 40em; /* determina a largura máxima, fazendo os itens ficarem próximos */
}
Any type of feedback would be a great help. Thanks.
Hey! Nice job! You should look for flex-direction (https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction) to solve the positioning of the image.