Latest solutions
four card feature section using HTML & CSS
Submitted 5 months agoIf you have any ideas or suggestions for improvement, I'd love to hear them. Your feedback is incredibly valuable and will help me to learn, and grow my skills.
product-preview-card-component using HTML & CSS
Submitted 5 months agoI would love to hear your thoughts! If you have any suggestions or recommendations for improvement, I'd be thrilled to hear them. Your feedback is invaluable and will help me to learn the new skills .
Latest comments
- @Lunarix09Submitted 3 months ago@Hasani-SediqaPosted 15 days ago
Good Job! It is better to set a default view!
Marked as helpful0 - @saccoViolaSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of the final design and that it took less time to finish the graphic part, compared to my last challenge.
What challenges did you encounter, and how did you overcome them?It was challenging to set the javascript part to verify the email address, I'm not sure that I verified all the parameters, if not, please tell me and I'll be happy to listen! In this process, Google was my first ally, I also asked chatGPT in some moments in which I was stuck, just copying/partying my code asking if there were syntax errors
What specific areas of your project would you like help with?For sure there is a faster way to verify that the input email address is actually a valid email address, I would like to know also different ways to do it!
@Hasani-SediqaPosted 4 months agoNice job! I think you forgot to add a box shadow to the buttons, You can use something like: box-shadow: 0 4px 8px -1px rgba(255, 0, 0, 0.5); to achieve the effect.
1 - P@wecaxSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
N/A
What challenges did you encounter, and how did you overcome them?N/A
What specific areas of your project would you like help with?N/A
- @KapteynUniverseSubmitted 6 months agoWhat specific areas of your project would you like help with?
I think i am having trouble with images all the time. Couldn't adjust text section height like %70 of the card because img height didn't reduce (
height = 100%
wasn't there at start ) Tried flex .3, max-height etc. Also couldn't find how to crop img either. Maybeoverflow = hidden
would work normally but here i used flex.@Hasani-SediqaPosted 4 months agoHi @KapteynUniverse,
I hope you're doing well. I'm currently working on this project and facing some challenges with the social styling part. I've noticed that your work in this area is exceptional, and I admire your approach. I would like to ask for your permission to reference and follow your path to create my project better. Would it be possible for you to help me out?
Thank you in advance!
0 - @frost3dWaveSubmitted 5 months agoWhat specific areas of your project would you like help with?
The grid on desktop, become more like a masonry layout rather than a a proper line-to-line structured layout. so if someone could tell me what's going on, I'd would really appreciate it.
Other than that, if there is something you see me doing wrong or if there is a better way to do something please let me know.
I appreciate any & all feedback.
@Hasani-SediqaPosted 5 months agoGood job! The design looks good. I think the "Jeanette Harmon" section appears a little smaller. I think if you use these properties for your container, it would work better: " display: grid; grid-template-columns: repeat(4, 1fr); "
1 - @GualdufarSubmitted 6 months ago