Juliane Cardoso
@julianesilvac75All comments
- @hasan-03Submitted 5 months ago
- @nekeferSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
nothing special
What challenges did you encounter, and how did you overcome them?not really
What specific areas of your project would you like help with?If you notice something that I can perfect or improve, please tell me
- @DetonatedSkull1722Submitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I am proud of the time taken. It reduced by half of my first project's upload. I also got to learn hover actions, transform and translate options in css which adds a subtle action/animation to the object being applied to. I don't think I would like to change anything much because it looks almost perfect for my second project and as a component.
What challenges did you encounter, and how did you overcome them?I encountered the challenge of not knowing how to animate and work on transform when a hover action was performed on an element. I went to mdnDocs and also used Ai to get to know about it better.
What specific areas of your project would you like help with?I would like to know more about how animations are done with css like transform and ease properties etc.
@julianesilvac75Posted 6 months agoYour solution looks very cool, especially the animation at the hover action! Nice job :)
0 - @mfsantoszSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
Managed to solve the problem without any difficulty
What challenges did you encounter, and how did you overcome them?Actually, no challenge. I've already studied html and css, but I'm using frontendmentor to practice.
What specific areas of your project would you like help with?At the moment none
@julianesilvac75Posted 6 months agoHi, I hope you're having a great day! I reviewed your code, and I must say it's really impressive. Nice work!
I have a small suggestion that might help enhance your styling even more. Instead of using
<br>
tags to create space between elements, you could use CSS properties likepadding
ormargin
. These properties give you more control over the spacing, maintain the semantic integrity of your HTML, and keep your HTML clean, making it easier to adjust spacing consistently across your entire project.Keep up the fantastic work, and happy coding!
Marked as helpful0