suraj gehlot
@enggsurajAll comments
- @M-ilenSubmitted over 2 years ago@enggsurajPosted over 2 years ago
A little bit of scaling and adjusting margin padding needs to be done. Other than that all is good. 😊
1 - @WilliamArdilaSSubmitted over 2 years ago@enggsurajPosted over 2 years ago
You can use position absolute to center the card container instead of adding margin-top:8%
0 - @mritulSubmitted over 2 years ago@enggsurajPosted over 2 years ago
Add <q><q> tag for quotes to get "" commas.
On load, you get "Most things are not as bad as you think they are." as default.
but on event click "" double commas are missing.
Marked as helpful0 - @Omyy27Submitted over 2 years ago
I have a doubt, sometimes my request takes a long time to arrive, I understand that with an Async function I could solve it. But I don't know how to implement it in my solution with fetch.
@enggsurajPosted over 2 years agoYou can use <q><q> in place of the h5 tag for quotes to get "" double commas as per requirement in a challenge.
Marked as helpful0 - @Ivan96318Submitted over 2 years ago
- @SayrarhSubmitted over 2 years ago@enggsurajPosted over 2 years ago
Add
.iwc-primary { width: 80%; }
for some width to Payment button
0 - @Ai7GaSubmitted over 2 years ago@enggsurajPosted over 2 years ago
Please valid include the image path of dice and pattern divider.
For example:
<img src="./images/icon-dice.svg" alt="dice"> <img src="./images/pattern-divider-desktop.svg" alt="pattern-divider">0 - @rolvera22Submitted over 2 years ago
Thanks for passing by. Please let me know if you find anything that can help me to improve my code. Thank you very much.
@enggsurajPosted over 2 years agoOnly add footer attribution should be outside your main class='container'.
Marked as helpful0 - @CEE-AISubmitted over 2 years ago
Redone as suggested, Thank you @denielden and @enggsuraj. I can even get better... more suggestions are appreciated, thanks again.
@enggsurajPosted over 2 years agoInstead of adding margin-top:100px in body
Add
body { background: hsl(212, 45%, 89%); display: flex; /* margin-top: 100px; */ justify-content: center; align-items: center; height: 100vh; }
To perfectly center the container 😊
0 - @allencode11Submitted over 2 years ago@enggsurajPosted over 2 years ago
Hi, your solution is perfect, not a great deal but scaling can be adjusted.
0 - @DorisSch15Submitted over 2 years ago@enggsurajPosted over 2 years ago
Pretty much a point solution. Keep it Up. Just add more margin-top to the 'Order Summary' title
Marked as helpful1 - @hendsaeeddSubmitted over 2 years ago
my challenge