Kindly provide feedback.
Harsh Jain
@thisisharshjainAll comments
- @Shubhankar-SenguptaSubmitted about 3 years ago@thisisharshjainPosted about 3 years ago
Hello Shubhankar-Sengupta, Nice work here. I'll quickly point out few issues in your solution:
- There is too much space between avatar image and their title, On screen width between 770-990 it looks little wierd
- You forgot to put bg color
- Giving top and bottom marigin on main container will look better
- You can get rid of those HTML validation error by using forward slash (/) in image path Except these small issues i think everythings looks good. great work keep grinding ππͺπ»
Marked as helpful0 - @A-Fouad-CodeSubmitted about 3 years ago
Please check out my
code
and if you find anything that you would've done differently share your ideas with me..Thanks in advance.
@thisisharshjainPosted about 3 years agoHeyy A-Fouad-Code, Good work on this one! Also, Explaining your approach on readme is a very good practice π So, 1. Moible design looks little congested, Giving more whitespace would look better 2. On wide screens there's too much empty space, You can give max-width and height for them. Everything else looks fine. Great work keep grinding ππͺπ»
Marked as helpful0 - @ivelinsmSubmitted about 3 years ago
Hi!
Do you know any good tutorials on mobile-first design? I have never done that and I would like to try.
Because, as you can see, my code isn't very "responsive" and I used some pretty dumb ways to make it look a little bit better.
@thisisharshjainPosted about 3 years agoHeyy ivelinsm, That's a pretty neat solution. There's a whole playlist on mobile-first build by Net ninja on youtube. Check that out! Also, a few tips to make your solution look better on mobile devices:
- You can decrease padding of #content so content inside have more space
- You can decrease overall font-size (like html { font-size: 50%; } ) Nice work buddy, keep grinding πͺπ»
Marked as helpful1 - @pccipriSubmitted about 3 years ago
Hey there! If u have any advice regarding image positioning or if u think I could've done something different let me know.
@thisisharshjainPosted about 3 years agoHeyyy pccipru, Nice work man! Making this in vanilla HTML CSS is another challenge and you did great. I found a few small issues:
- If i click all accordions then top and bottom one's are cut (You can either increase height of container accordingly or maybe wrap all accordions inside a div and set overflow-y to auto)
- Below 1200px width the image on left doesn't stays in center
- On mobile screens, give .text-container a little padding. That will look little better Everything else looks good to me π Keep grinding πͺπ»
Marked as helpful1 - @A-Fouad-CodeSubmitted about 3 years ago
If you have any comments or ideas on how I can make my code better or the design look better please share your thoughts with me.
@thisisharshjainPosted about 3 years agoHeyy @A-Fouad-Code, I'll point out a few things here,
- Main card isn't centered instead on top-left side
- Color overlay on image doesn't looks that good. maybe change the opacity a little
- Try to use semantic elements when possible
- Reducing the padding-top on .stats will look better
- It kinda breaks between 770-1199px Except these few small issues, You've done a good job! π Kepp grinding πͺπ»
0 - @AhmedAbdullah11Submitted about 3 years ago
I need any review or notes to make my self better
@thisisharshjainPosted about 3 years agoHeyy @AhmedAbdullah11, Congrats on completing your first challenge! π Your card sticks to sides from 380-450px, decrease the max-width of your card and padding. Other than that everything else looks great! Keep grinding πͺπ»
0