I used reduce(),, document.getElementById().value,
Design comparison
Solution retrospective
I could not put dollar icons. I could not code for custom.
Any comments ?
Community feedback
- @GitHub-dev12345Posted over 2 years ago
commented on Meghan Bissonnette's "QR code component" solution
If You want reduce accessibility, to change this code:
<div class="orta"> to <main> ( Used Main Tag).AND
<div class="attribution"> to <footer> ( Used Footer Tag);I hope you find this helpful.😎
0 - @GitHub-dev12345Posted over 2 years ago
My small suggestion : 1.In Card design CSS Code Used this:
transform : scale(0.8); this property decrease the size of card. 😉
large size for increase the number of scale & small size for decrease the number of scale
I hope you find this helpful
0 - @GitHub-dev12345Posted over 2 years ago
Congratulation 🚀😁 complete your challenge. Used this code want your card in center position :
in body tag Used this CSS Code: body{ display : flex; justify-content: center; align-item: center; }
in Card Design CSS Code used this property: align-self: center;
And
1.In Card design CSS Code Used this:
transform : scale(0.8); this property decrease the size of card. 😉
large size for increase the number of scale & small size for decrease the number of scale
I hope you find this helpful
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord