Ravikant Munda
@raven784All comments
- @rolimaruSubmitted 2 months ago@raven784Posted 2 months ago
You should recheck the image's source and make sure it even exists.
0 - @anwar-elbarrySubmitted 2 months ago@raven784Posted 2 months ago
You should start using relative units like rem, em instead of px, it will help you out in making this responsive in future
Marked as helpful0 - @ShivamRajput57Submitted 3 months agoWhat are you most proud of, and what would you do differently next time?
here i learn how center a div using a flex box
What challenges did you encounter, and how did you overcome them?most challenging part is how to center a div there is so many solution in internet but the most simple by using the flexbox
@raven784Posted 3 months agoYou can add hover over those links using the hover class
Wrap anchor tags inside a div class each and give them a class x.
x: hover{ color: black; background-color: green; }
1 - @Niti60Submitted 5 months ago@raven784Posted 4 months ago
It would be best if you used proper padding and margins to keep that footer image and text of the card inside the container
Marked as helpful0 - @mksmmirhsSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I have used vanilla HTML, CSS to solve this problem. I am proud of being able to solve it perfectly.
What challenges did you encounter, and how did you overcome them?I faced challenges in using box-shadow on mobile devices. I read the property of box-shadow and also how to implement media queries.
What specific areas of your project would you like help with?understanding media query and use of shadow,
@raven784Posted 4 months agoYou should focus on proper padding the text is very close to the border.
0