Latest solutions
Latest comments
- @Texxo98Submitted 19 days ago@AilaFelixxPosted 18 days ago
It's really good :O You just need put the colors in the fonts's settings that are in the style guide. But it looks awesome
0 - @YannsolerSubmitted 19 days agoWhat are you most proud of, and what would you do differently next time?
The thing I'm most proud of is that I've succeeded in my objective and made a site that looks good. Next time I'd like to have better code.
What challenges did you encounter, and how did you overcome them?The only challenge I encountered was simple: I'd forgotten how to make a painting, so I looked at the documentation. On the responsive side, I had a bit of trouble with the image in mobile format, so I had to add a div in my html.
What specific areas of your project would you like help with?I'd like some help with Flexboxes, Grids, and selectors. I know a little about them, but I feel I'm limited by them.
- @Bloxer58Submitted 21 days agoWhat are you most proud of, and what would you do differently next time?
I'm satisfied that this project was made quickly. HTML part was surprisely easy. I would try to change CSS code to be more optimal.
What challenges did you encounter, and how did you overcome them?I had problems in CSS. Especialy with div positioning. I had to search about this problem in internet. After several tries, I overcame this problem.
What specific areas of your project would you like help with?Positioning div's.
@AilaFelixxPosted 21 days agoHi! I looks really cool! The only thing I think I should advice you is about the color of h1. You used Black, but it's a navy blue. But even so it looks really good, even more when you "fight" to find out how to do some things you didn't know. About the div's positioning, try learning about position and css flex(and maybe css grid). I don't know what div you were having trouble, but if it's the card, you should try this here:
position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
It will keep the card on the middle. I hope could help you :)
Marked as helpful1 - @rodrigobolincenhaSubmitted 21 days ago@AilaFelixxPosted 21 days ago
Oi, Rodrigo! Primeiro BR que vejo por aqui kkkk Vim aqui tentar ajudar. Vi que você botou um box-shadow, ficou muito top. Só vi que ali o frontend mentor ficou quebrado. Olhei o código e realmente não consegui ver onde tá o erro. Você pode tentar envelopar o frontend mentor em uma tag pre e ver se funciona. Também tive dificuldades em algumas coisas e to aqui quase quebrando o computador tentando entender como resolver kkkk Além disso, as margens estão um pouco excessivas. Você consegue ajustar os pxs dela pra ter um resultado mais parecido e confortável aos olhos. Mas tá mt top seu projeto. Parabéns :)
Marked as helpful1 - @Vortex105Submitted 22 days ago@AilaFelixxPosted 21 days ago
Hi, Seseshe. Wanna an advice? Try use more margin on the elements, adjust the weight of the words and delete this paragraph under the card. The "published" part need to be more lighter ad the border more lighter too. Your project is really good. Keep going :)
0 - @Abdalrhman-MohammadSubmitted 25 days ago@AilaFelixxPosted 22 days ago
Hi, Mohammad! You should try to reduce the bottom part of the card to look more alike the original project. Your project is really good. I could'n open the code ou the repository to see the lines, so I can't say too much about it.
I have an advice about the position. Try use this codes:
position:absolute top: 50% left:50%. transform: translate(-50%,-50%).
It will help you get the card exacly on the middle.
0