Ali
@alisbaiAll comments
- @jownsuSubmitted about 1 year ago@alisbaiPosted 12 months ago
Great Job, Jonah! I like how you implemented the drawer functionality. Everything is perfect, except that there is a digit 0 under the add new item button.
0 - @ErickDev00Submitted almost 3 years ago@alisbaiPosted almost 3 years ago
Great job!!! :) you can make the user picture a bit smaller. But first you need to go to the img element for the user picture and add an id to it
<img id="userImage">
.Then you can go your css file and add this:
#userImage { max-width: 3rem; margin-right: 1rem; border: 2px solid white; border-radius: 50%; }
Marked as helpful0 - @alisbaiSubmitted almost 3 years ago
Thank you for taking the time to check out my work. Please, let me know how I can improve this further.
- @AndjelaAxySubmitted almost 3 years ago
Feedback about the code is welcomed :)
@alisbaiPosted almost 3 years agoI recommend setting the HTML tag to: html { height: 100%}. and body { min-height: 100vh; display: flex; justify-content: center; align-items: center}. And you should get rid of margin-top in the main tag. This will center your card in the middle of the viewport.
Marked as helpful0 - @alisbaiSubmitted almost 3 years ago
I need help with Media Query(line 28), I don't know why it doesn't work. Thank you for taking the time to stop by.
@alisbaiPosted almost 3 years agoThank you guys for the help. I'm learning much more here on this platform. I appreciate the help. Thank you guys.
0 - @IEdiongSubmitted almost 3 years ago
Any feedback would be appreciated, please let me know where I can improve.
Shallom
@alisbaiPosted almost 3 years ago@IEdiong Thank you so much. I'm learning so much from your code.
1 - @alisbaiSubmitted almost 3 years ago
Please don't hesitate to leave me feedback. Constructive criticism is very welcomed.