Any tips regarding animations in css would be nice
Si1entERA
@Si1entERAAll comments
- @Deeperr0Submitted 3 months agoWhat specific areas of your project would you like help with?@Si1entERAPosted 3 months ago
Your projects look amazing. I can't provide any assistances since I'm still learning on CSS animation.
0 - @LukichLabadzeSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
i got lazy at the end. BIG WWWWW's
- @HexerseSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
Nothing
What challenges did you encounter, and how did you overcome them?The image is abit wonky as its height and width don't really match. If anyone has a good solution to knowing how to fit weird image proportions please show me.
What specific areas of your project would you like help with?If anyone has a good solution to knowing how to fit weird image proportions please show me.
@Si1entERAPosted 3 months agoHello @Hexerse,
congratulation on the completion of the project.
I don't have a solution for the image problem, and I also noticed you forgot to add the hover effects, besides that your project looks amazing.
0 - @Ayyubiy90Submitted 4 months ago
- @Ayyubiy90Submitted 4 months ago@Si1entERAPosted 4 months ago
Dear @Ayyubiy90,
Congratulations on the completion of the project.
Your project looks amazing. I noticed when the sidebar is open, the background content can still be scrolled. To prevent this, add (overflow: hidden;). additional Div's might be required, but besides that your projects is truly amazing.
Happy coding.
0 - @khalagaiSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
Incorporating ARIA attributes for web accessibility.
What challenges did you encounter, and how did you overcome them?Web accessibility for the form. Reading on ARIA attributes online.
What specific areas of your project would you like help with?Feedback on the solution and how I can improve it.
@Si1entERAPosted 4 months agoDear @khalagai,
Congratulations on the completion of your project,
I've noticed that when the error messages appear, they remain until the form has successfully been completed. try implementing a setTimeout function to remove the error messages after a certain time to make the form appear cleaner. this can also be applied to the success class.
I also found myself learning a lot from your JavaScript code such as your approach to validation. besides that, I hope you hand fun pushing past your limits.
Happy coding.
0 - @Control222Submitted 4 months ago
- @Control222Submitted 5 months ago@Si1entERAPosted 5 months ago
Dear @Control222
Congratulations on the completion of the project.
Everything look amazing and the code is clean, I even got the chance to learn from your way of coding. The only problem I found is when the user selects one of the 'btn__rating' buttons and selects the background or anything else that's not the buttons, the selected buttons background color is removed which can cause users to be unsure if the button they selected is still active. besides that, everything is truly amazing.
Happy coding
0 - @CHBNDJSubmitted 5 months ago@Si1entERAPosted 5 months ago
Hello @CHBNDJ
Congratulations on the completion of the project.
Your project is truly amazing, it can even be considered an identical copy of the original and as such I can't find any issues with the project.
Marked as helpful0 - @nullpuppySubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
Overall, I'm pretty happy with what I came up with here. I'm not totally sold on the markup I used and how I'm referring to the various dynamic bits in javascript, but that's mostly due to the constraints of the challenge. I think in the future, when I approach a problem like this, I might explore using web components or otherwise break things up into something more maintainable.
What challenges did you encounter, and how did you overcome them?No real challenges here to take note of. Working through how to match the styling of the cards/tiles was interesting, but just took time and experimentation to find something that worked well.
What specific areas of your project would you like help with?Any feedback is welcome!
I'm not sure how I feel about the some of the markup I settled on. It works, but I feel like there's probably a better approach, which could help with the javascript side of things as well.
@Si1entERAPosted 5 months agoHello @nullpuppy
Congratulations on the completion of the project.
I found myself learning more from your project and the different types of approach to completing the challenge and in regard to any modifications or improvements on the project, have nothing to point out. your project is amazing.
1 - @induwara-thisarinduSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I am proud of myself for finishing this challenge 😊😁
What challenges did you encounter, and how did you overcome them?well, I had some problems with email validations but I think I overcame it by looking at some form validations
What specific areas of your project would you like help with?Anywhere I can improve on and maybe how to make my code look cleaner
@Si1entERAPosted 6 months agoHello @induwara-thisarindu
Congratulation on the completion of your project.
The project looks amazing, and I can't find any faults with it. besides the 'thanks for subscribing' not being full screen for mobile, everything else looks amazing.
try adding: @media (max-width: 490px) { .success-card .container { width: 100%; height: 100vh; margin: 0; } I could be wrong, but I hope you find this helpful, good luck on your journey.
Happy Coding.
1 - @Aded-oyinSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I am happy I was able to perfectly design the correct layout, and this I am proud of. Next time I would try to be faster.
What challenges did you encounter, and how did you overcome them?I wasn't able to accurately get the responsive design and the active state.
What specific areas of your project would you like help with?I need more clarity on the responsive design, and on the active state. I really need a lot of help o these areas.
@Si1entERAPosted 6 months agoHello @Aded-oyin
Congratulation on the completion of the project.
To have the profile picture 'woman' displayed, double checked the paths. FROM:
src="/images/avatar-michelle.jpg"
, TO:src="./images/avatar-michelle.jpg"
I hope you find this helpful, good luck on your journey.
Happy Coding.
0