Submitted over 3 years ago
My countdown timer solution - Brazilian time zone :)
@gabriel-masson
Design comparison
SolutionDesign
Solution retrospective
My question was, why can't I approach the counters? I tried but couldn't understand why.
Community feedback
- @daniloscunhaPosted over 3 years ago
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 */ }
0@gabriel-massonPosted over 3 years ago@daniloscunha muito obrigado pelo feedback o/
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord