Latest solutions
Recipe page solution using Semantic HTML and CSS
PSubmitted 10 months agoIf anyone has documentation or tips on how to style lists and tables in a better way, it would be very appreciated.
Social links profile
PSubmitted 10 months agoLinks, documentation, or any other suggestions on responsive design, especially with alternatives to media queries, would really help improve my knowledge.
Blog preview card
PSubmitted 10 months agoSuggestions on how to make my code cleaner are always helpful, especially the CSS!
QR Code Component
PSubmitted 10 months agoI would love any tips and recommendations on how to make my code simpler and easier to read, and also how I can organize my CSS, if I could make anything different, like if my CSS is redundant or if there's an easier way.
Latest comments
- @hasan-03Submitted 10 months ago
- P@nekeferSubmitted 10 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 10 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.
P@julianesilvac75Posted 10 months agoYour solution looks very cool, especially the animation at the hover action! Nice job :)
0 - @mfsantoszSubmitted 10 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
P@julianesilvac75Posted 10 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