I had challenges with the media queries
Latest solutions
Latest comments
- @Enisco29Submitted 3 months agoWhat challenges did you encounter, and how did you overcome them?P@GFJrPosted 3 months ago
Hey @Enisco29 good job! Here are some improvement suggestions:
- Making the width and height at 100% so the image can cover the full space available for bigger screens, -Include the border radius to round the corners of the image for big screens: border-top-left-radius:10px; border-bottom-left-radius: 10px;
-Add the hover effect on "add to cart" button to make the button becomes darker when the mouse hovers the button.
example : .add_to_cart:hover{ background-color: #005C5B; cursor: pointer; }
Well done on your challenge and good luck for the others :)
0 - P@loki-pepeSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I learned how to style tables and how to use custom background images for list bullet points.
What challenges did you encounter, and how did you overcome them?The biggest challenge was positioning the bullet points precisely as in the design. Finally, I decided to use
list-style: none
, and instead use a custom background image to place the bullet point precisely where I wanted it. - @mohsinaalimaSubmitted 3 months agoWhat specific areas of your project would you like help with?
all feedbacks are welcome
P@GFJrPosted 3 months agoHey mohsinaalima, good job on this challenge.
Improvement suggestion : maybe you forgot to change the color of the text during the hover ? (see the design called "active-states.jpg" in which the text is black when hovering).
Well done again ;)
0 - P@SamoPinterSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I used some code from the QR code project, small improvements an changes and I was quite quickly done.
What specific areas of your project would you like help with?Any comment will be appreciated.
- @cla91Submitted almost 3 years ago