Dharmik_487
@Dharmik48All comments
- @danpth@Dharmik48
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👍
- At around
- @soyed@Dharmik48
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 helpful - @CoderPr0@Dharmik48
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 helpful - Try to use relative units like
- @0x41-li@Dharmik48
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 helpful - Try to use relative units like
- @andy-devs@Dharmik48
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 helpful - Try to use semantic html tags like
- @Nathan-Front@Dharmik48
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 helpful - @JuaniSilva@Dharmik48
Hey👋,
Your solution looks good, but.. I have found a couple of issues:
- You have not add any form validations, so add it.
- And also add some
hover
effect withtransition
to the buttons and links
Keep it up👍
Marked as helpful - @shanib-ibrahim@Dharmik48
Hey👋,
Your solution looks great! Maybe just add some
transition
to hover effect.Keep it up👍
Marked as helpful - @MinHien-git@Dharmik48
Hey👋,
- To center the card you can use
display: flex;
andplace-items: center;
to the parent.
Hope it helps🤗
- To center the card you can use
- @ogolajecinta@Dharmik48
Hey👋,
Good job on completing the challenge! But.. I have a few suggestions:
- On the buttons, at normal state, there is no border, but when hovered there is a border. So, when I hover it the content just pops up because of the border. To fix that maybe add a transparent border at normal state.
- Also it would be good if you add some
transition
on hover state.
- @Athlla@Dharmik48
Hey👋,
Your solution is really Good! I just have one suggestion for you:
- Add some
transition
tohover
effects, as it will increase the experience.
Keep it Up👍
- Add some
- @Marufjan@Dharmik48
Hey👋,
Your solution is really good! Looks great, but.. I just found one issue:
- Below screen width of
375px
the cards all become aligned like on bigger screen instead of like it should be on small screens.
Apart from these, it looks really good, Keep it Up👍
Marked as helpful - Below screen width of
- @Badhrikr@Dharmik48
Hey👋,
Great job with the solution! Looks really good, but.. I have a couple of suggestions:
- First, I think you should change the value in media query to
900px
instead of768px
as around850px
screen width, there seems to be an horizontal scrollbar. - And a minor thing, in your solution there is lot of empty white space at the bottom of the cards.
Apart from these, it is really good, Keep it up👍
Marked as helpful - First, I think you should change the value in media query to
- @Miguel-Caruana@Dharmik48
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 try to use relative units like
em
andrem
more instead ofpx
. - And a minor thing, add some
transition
to hover state`.
Keep it up👍
Marked as helpful - Try to use semantic html tags like
- @Oscarandio@Dharmik48
Hey👋,
Your solution is really good! But.. I found a few suggestions:
- Try to semantic html more.
- Also try to use relative units like
em
andrem
more instead ofpx
.
Keep it up👍
Marked as helpful - @Youssef-Ghafir@Dharmik48
Hey👋,
Great job with solution! Looks really good, but.. I have a few issues:
- At around and below
980px
there is a vertical scrollbar and I don't think it is supposed to be there. - Also try to use relative units like
em
andrem
more instead ofpx
.
Apart from these, your solution is nice, keep it up👍
- At around and below
- @jones9411@Dharmik48
Hey👋,
Good job with the solution! I just found a couple of issues:
- Use sematic html tags like
main
,section
,header
, etc. more as it is a good practice and good for SEO. - You have not added any
hover
states to any links and buttons, so add it with sometransition
.
Marked as helpful - Use sematic html tags like
- @Babajide777@Dharmik48
Hey👋,
Your solution is nice! But.. I found a couple of issues:
- At default state, the buttons don't have a border, and when in
hover
state you are adding aborder
so the content above it moves up by a bit, so add a transparent border to normal state. - Also you have not add any
hover
states to buttons, so add it with sometransition
.
Keep it Up👍
Marked as helpful - At default state, the buttons don't have a border, and when in