I have a little glitch when the device width is between 375 and 800 px. The card barckground is smaller than the card and the <div class="attribution"> is not centered on the page. I don't know how to fix it, thanks for your tips.
Aldi Anugra Pratama
@LordAldiAll comments
- @ArbonaJulienSubmitted over 3 years ago@LordAldiPosted over 3 years ago
hi i see your solution for desktop is good, but you struggle with mobile. i have tips for you, try Mobile-first workflow, you code for mobile first after that you can add
@media (min-width: 768px) { }
for breakpoint when in larger device, if you still struggle you can look other people solution, and i really recommend you to use readme template in resource so your github repo look nice.
0 - @mitchellramseySubmitted over 3 years ago
Always open to feedback if you feel that I missed something or if there was something I could have done better! Help me, help us get better! Enjoy!
@LordAldiPosted over 3 years agohi Mitchell, good job. its responsive, its similar with the design but missing something like border-radius on card, uppercase on stats label, and you can add more margin under the paragraph. overall excellent work
1