ellienndea
@ellienndeaAll comments
- @moeen-mahmudSubmitted over 3 years ago@ellienndeaPosted over 3 years ago
Hi Moeen, this looks really good despite some minor issues, I'd say, and the html and css is clearly written as far I can judge it being a newbie myself. ;) I did that challenge not long ago and got helpful feedback, which I want to pass on to you (some of it). :)
- The buttons in "normal" state should have a transparent border, so they dont move, when you hover on them.
- Giving the cards a max-width would prevent, that they stretch out too much.
Happy coding! 😊
Marked as helpful2 - @jing0429Submitted over 3 years ago
Is there any part that I can do better? Thank you All !!!
@ellienndeaPosted over 3 years agoHi Jing, this looks pretty good. 😊 One tip that I got, is to not use px but em and rem instead. On my screen the card is not properly centered, instead of using position: absolute; top:...; left:... you could make the body a flex-container width height: 100vh(viewport height) and use justify-content: center and align-items: center. The mask is a little too light. For your first project it looks pretty good! 😊 Happy coding!
1 - @Moh2106Submitted over 3 years ago
hi everyone if he has things to improve all comments are welcome thank you.
@ellienndeaPosted over 3 years agoThis looks good so far. 😊 For a better horizontal centering and a vertical centering, you could make the body a flex-container with a min-height of 100vh(viewport height) and justify-content: center and align-items: center. Happy coding! 😀
1 - @AgataLiberskaSubmitted over 3 years ago
Please try it out and if there's any errors please let me know so I can fix them. Copied most of the behaviour (when it comes to input, display and navigation) from Windows system calculator. I tried to make it accessible so keyboard navigation can be used (numbers + operators or use arrows to navigate keypad). Color themes can be switched with keyboard too. However! I found out that NVDA screen reader hijacks arrow keys however so things don't work as they planned, and overriding that seems counter productive. I also checked with Thunder and while the navigation works fine, it doesn't read out much - but I've only just installed it so haven't had much time to get used to how it operates. Lots more to learn I guess :)
@ellienndeaPosted over 3 years agoHi Agata, this calculator app is really great. On my laptop it works perfectly fine with mouse and keyboard. :) I really like your focus on accessibility, it's so important! Happy coding 😊 Linda
0 - @calvin17Submitted over 3 years ago
Hi!!! ✨🎉, I have completed this challenge, I would appreciate any comment about my solution.
Thanks.😊😊
@ellienndeaPosted over 3 years agoHey Calvin, that is well done. It looks preety much like the original and in your index.html I really like the class names you chose! 😊 Cheers, Linda
0