Caleb Abuul
@Caleb-AbuulAll comments
- @ds24pSubmitted 12 days ago@Caleb-AbuulPosted 11 days ago
Hi, you did an awesome job on this challenge. However, I would like to point out a few things that could be improved on. First, the
border-radius
is two small. Try2rem
or32px
. Also thebackground color
for each of the summary childrendiv
's has much opacity, so it's a bit hard to see the text on it. Reduce the opacity a bit. Other than these I'd rate you 9/10. The remaining 1 is for your computer 💻👍.0 - @Haaji-gitSubmitted 11 days agoWhat are you most proud of, and what would you do differently next time?
I hope I done this challenge 80% match so any feedback is open
@Caleb-AbuulPosted 11 days agoYou did a great job. I love the custom properties and classes you created. However, I think you should make the
#wrapper
width
100%
of its container or100vw
for mobile. Also, only applyborder-radius
to thebottom left
andbottom-right
of thescore
card. This will ensure the design looks like the mobile preview in the design file. Here's how to apply border radius to only the bottom corners of thescore
card.CSS border-bottom-left-radius: 2rem; border-bottom-right-radius: 2rem;
0 - @yagnik0Submitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud that I've completed this project as much as I can come close to design, Well for the next time maybe I'll try to write less minimal CSS.🚀
What challenges did you encounter, and how did you overcome them?It was a bit challenging for me to make it responsive but somehow I manage to do it with a googling particularly for hamburger menu.🤔
What specific areas of your project would you like help with?Any feedbacks are welcome!😌
Happy Coding!🫡
@Caleb-AbuulPosted 4 months agoYou did an incredible job, and the solution does not differ considerably from the design. It is responsive and the code is structured and readable.
Marked as helpful0 - @Gandalf-hashSubmitted 11 months ago@Caleb-AbuulPosted 11 months ago
Nice one! You did an amazing job I must say. However, I'd suggest you correct a few things here and there. Remove the
spread
value for thebox-shadow
so that you would have a solidbox-shadow
. And thebox-shadow
should become wider onhover
i.e double it's size on hover. Plus increase theborder-radius
a bit; to maybe15px
or20px
.0 - @Kasp96Submitted 11 months ago
Hello, waiting for suggestions where should I put more effort into.
@Caleb-AbuulPosted 11 months agoYour solution is simply amazing. I like the time and effort you put into the email validation. Well, all that is left for you to do now is to include a
README.md
file at the root of the repo.0 - @HikmatKhivaSubmitted 11 months ago@Caleb-AbuulPosted 11 months ago
This is amazing. Great work you got there... I like the fact that your validation is automatic. That is as the input box is in focus the validation kicks in. However, the social media icons you included are overflowing. Please find a way of fixing that. Plus you may have some
accessibility
issues, given that yourhtml
is not properly marked. I'd suggest you wrap all the<body >
content in a<main>
tag to fix that.0 - @ysmltrSubmitted 11 months ago@Caleb-AbuulPosted 11 months ago
Nice work you got there. However, there are no hover states for the biggest heading
h1
and the card. Theh1
does not turn yellow on hover and there is nobox-shadow
increase for the card. Also you didn't includelandmarks
in your code. Simply wrap the whole preview card in a<main>
tag, and then the attributiondiv
in afooter
tag in your HTML file.Marked as helpful1 - @Shub1970Submitted 11 months ago
What did you find difficult while building the project? -> what i find difficult is adding svg pils image in background, because it was overlapping over two section, so i have put image(svg) as content of ::befor psedo element
@Caleb-AbuulPosted 11 months agoYou did an awesome job. You only have a few hover errors on texts here and there, like the
nav
links should turn gray when hovering. And also the border of theinput
text-box should be that primary orange color when in active.0