Had some trouble getting the design right, don't have access to the Figma files, so, some aspects maybe off.
What specific areas of your project would you like help with?I would like tips and constructive criticism.
Had some trouble getting the design right, don't have access to the Figma files, so, some aspects maybe off.
What specific areas of your project would you like help with?I would like tips and constructive criticism.
Nice work, I just completed challenge and felt it's really tough to just use grid.
Here are some feedbacks:
Verified Graduate
and the description <p>, can consider the tip from the style guide md file on using the opacity:50% or 70%
property to make it closer to the design rather than hardcoding the color. background-image: url(../images/bg-pattern-quotation.svg);
background-size: 7rem 7rem;
background-repeat: no-repeat;
background-position: top right 18%;
I searched online until I found a solution
Really clean solution. Some feedback on my end:
font-size: clamp(1.55rem, 5vw, 2.25rem);
. This should adjust to a bigger and smaller screen size.32rem
should do the trick.text-align:center
.Keep up the good work!
I am glad completing this challenge, especially when doing the responsiveness part of the challenge. Because, when I started the challenge, I started with desktop design, and when doing the mobile design with media queries, I added up a lot CSS writing and a lot of tweaking. After a search in YouTube, I noticed that best and optimal solution would be when the challenge started from structured HTML and then mobile first design coding. It boosted my writing code process.
What challenges did you encounter, and how did you overcome them?Challenges related to media queries for mobile design, spacing issues while working with flex-box and grid properties of the elements.
What specific areas of your project would you like help with?I would add more animation, like fade in, fade out, hover effects, etc.
Wicked cool! It's almost identical to the design. If I had to be nitpicky, only the spacing between price and price--old is a bit wider in the design. Your code is pretty neat too.
Keep it up.
Nice work completing the challenge. Here are some feedbacks from me:
ul ::marker {
/* works */
}
li::marker{
/* works */
}
Nice work, here are some feedbacks:
Your code is pretty neat.
Some nitpicking feedback would be:
Semantic feedback: