Latest comments
- @danpthSubmitted over 3 years ago@Dharmik48Posted over 3 years ago
Hey👋,
Good job with the solution! Looks nice, I just have a couple of things I think you can improve:
- At around
930px
screen width, theform
looks very thin, so I think you should increase thewidth
a bit. - Also it would be good if you add
transition
on hover state.
Keep Developing👍
0 - At around
- @soyedSubmitted over 3 years ago@Dharmik48Posted over 3 years ago
Hey👋,
Your solution looks pretty good! I just have a couple of suggestions:
- Firstly, there is a vertical scroll bar in your solution and I don't think it should be there.
- And I suggest you to remove the default
outline
on focus state from buttons and links.
Apart from these you solution looks nice, keep it up👍
Marked as helpful1 - @CoderPr0Submitted over 3 years ago@Dharmik48Posted over 3 years ago
Hey👋,
Good job on completing the challenge! I just have one suggestion for you:
- Try to use relative units like
em
andrem
more instead ofpx
as it is a good practice and helps in responsive design as well!
Keep Developing👍
Marked as helpful1 - Try to use relative units like
- @0x41-liSubmitted over 3 years ago@Dharmik48Posted over 3 years ago
Hey👋,
Great job with the solution! Looks great, but.. I just have one suggestion for you:
- Try to use relative units like
em
andrem
more instead ofpx
.
Keep Developing👍
Marked as helpful0 - Try to use relative units like
- @andy-devsSubmitted over 3 years ago@Dharmik48Posted over 3 years ago
Hey👋,
Your solution is really good! But.. I found a few suggestions:
- Try to use semantic html tags like
main
,section
,header
, etc. more as it is a good practice and good for SEO. - Also, I think you should remove the
margin-top: 10rem;
from886px
media-query as because of it there is a vertical scrollbar.
Keep it Up👍
Marked as helpful0 - Try to use semantic html tags like
- @Nathan-FrontSubmitted over 3 years ago@Dharmik48Posted over 3 years ago
Hey👋,
Your solution looks good, but.. I have a few suggestions:
- In the features section, when I try to click on the other feature, the details below won't change. So try to add it.
- Also it would be great if you add some
transition
to hover state.
Marked as helpful0