@akibulshafiSubmitted 9 months ago
Ulrich1979
@Ulrich1979All comments
- @Ulrich1979Posted 9 months ago
Hi @akibulshafi,
This solution looks great
When I looked at the direct comparison with Frontend Mentor, I noticed the inequal fillings of the boxes. This may be due to your with parameters for your
.testimonial-grid
class :Instead of
width: min(95%, 70rem);
I would have chosen a wider range (e.g. 90 rem) or even shorthand this towidth: 95%
I hope it helps!
Other than that, great job!
0 - @ahmed989bbrSubmitted 12 months ago
stats-preview-card
@Ulrich1979Posted 12 months agoHi @ahmed989bbr,
This looks good, yet there are two points you could improve to massively impact:
- Try to use all information given in the style-guide, like background color.
- Import your fonts directly from Google and use it in your
0