Akhlak Hossain Jim
@Akhlak-Hossain-JimAll comments
- @middlemineSubmitted almost 2 years ago@Akhlak-Hossain-JimPosted almost 2 years ago
Hey, You have done a great job completing the challenge. Here is some of my suggestions to make it more better.
- remove the margin from all side in the mobile view (
margin: 0;
) - In the mobile view try adding
width: 100%;
- You can start your from
576px
(standard mobile view of bootstrap)
0 - remove the margin from all side in the mobile view (
- @Mudi-IgbinobaSubmitted over 2 years ago@Akhlak-Hossain-JimPosted over 2 years ago
Hi there, great work so far,
But here are some things you can do to improve your code.
- add
line-height: 100%;
at your.rare-btn
that way it will be a proper circle. - add can add an
if else
statement to check if someone has selected a rating or not, if so you change the card or do nothing that would be great
Keep up the good work. Happy coding:)
Marked as helpful0 - add
- @im-voracitySubmitted almost 3 years ago@Akhlak-Hossain-JimPosted almost 3 years ago
Great work so far.
Here are some of my suggestions,
- consider using column gap as well for responsiveness
- instead of hard-coded values like
px
, try using relative values likeem
,rem
,%
etc making the site responsive
And remember practice will make it better so practice more. Happy coding :)
1 - @brainwinsSubmitted almost 3 years ago@Akhlak-Hossain-JimPosted almost 3 years ago
Great work so far. Everything looks good on the website.
Here is some of my suggestion,
- I found
%
is best for this kind of scenario where calculation involved - and for the resolution, you should consider using relative values like
em
,rem
, and more or you can use CSS functions likemin()
,max()
,minmax()
check this and this resources for reference. - check for typos in code like
sectiom
Keep coding everything just need a bit practice. Happy coding :).
1 - I found
- @anthonygedeonSubmitted almost 3 years ago@Akhlak-Hossain-JimPosted almost 3 years ago
Great work so far, but
- consider using
main
tag for the card container that would be a great practice - add some space in the mobile view
- try using
h1
at first and thenh2
,h3
and all
Other than that everything looks good. Happy coding:).
1 - consider using
- @ttaammaarrSubmitted almost 3 years ago@Akhlak-Hossain-JimPosted almost 3 years ago
Nice work. For that you can do:
- set a fixed bottom padding,
- take a div with
display: flex;
forp
and thebutton
and - make
flex-direction: column; justify-content: space-between;
or
- in
section
adddisplay: flex; flex-direction: column;
, - select
img
and addwidth:64px;height:auto;
- in
button
addmargin-top:auto;
and it should always stay in the same position.
Happy coding :)
Marked as helpful0 - @safXcodeSubmitted about 3 years ago@Akhlak-Hossain-JimPosted about 3 years ago
Hey, Great work so far,
add
title
attribute to thei
tag to solve the accessibility issues.Happy coding :)
Marked as helpful0 - @esteban2368Submitted about 3 years ago@Akhlak-Hossain-JimPosted about 3 years ago
Great work so far. But here is some of my suggestions to fix your issues,
- try adding
alt
text in the image and try adding in every image. - remove
action
attribute for now as you are not doing anything with that. So remove that your issues should go away.
Happy coding:)
Marked as helpful0 - try adding
- @mv805Submitted about 3 years ago@Akhlak-Hossain-JimPosted about 3 years ago
Hey Matt, I just reviewed your code and preview, great work so far, and here are some of my suggestions:
- try to add some padding in the
.main-space
class. - instead of
div
in<div class="main-space">
try usingmain
tag here. - instead of
<div class="attribution">Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.Coded by <a href="#">Your Name Here</a>.</div>
use<footer class="attribution">Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.Coded by <a href="#">Your Name Here</a>.</footer>
. - try using CSS variables.
Happy coding :)
1 - try to add some padding in the
- @renzpaloSubmitted about 3 years ago@Akhlak-Hossain-JimPosted about 3 years ago
hey, renzzzz. great work so far.
I just saw the preview and the code, here are some of my suggestions.
- try first heading as
h1
- try learning and using CSS variables.
- try learning Sass or some frameworks/libraries.
Happy coding :)
0 - try first heading as
- @adam434512Submitted about 3 years ago@Akhlak-Hossain-JimPosted about 3 years ago
Great work adam. I just saw through your code and the live preview. It looks great. Here is my feedback:
- try not to use
div
directly in the body, like<div class="social-container">
useheader
main
whatever suits best in that case. - try using CSS variables for color and stuffs.
Happy coding:)
Marked as helpful0 - try not to use
- @AndyAshleySubmitted about 3 years ago@Akhlak-Hossain-JimPosted about 3 years ago
Great work Andy. I just saw your code and live preview. It looks so good to me just try doing the following:
- add some top padding to the body it looks stacked in the mobile view.
- try leaning new things like sass/less and/or css frameworks.
Happy coding :)
Marked as helpful1 - @ViicDevSubmitted about 3 years ago@Akhlak-Hossain-JimPosted about 3 years ago
Great work Victor,
I just saw the preview and your code. It looks so good to me. So I guess it's time to learn new things, try learning these:
- SASS/Less
- css frameworks like bootstrap, tailwind css etc.
Happy coding.
Marked as helpful0 - @ralvarezrenzoSubmitted about 3 years ago@Akhlak-Hossain-JimPosted about 3 years ago
Great work Ranzo. Her is my recomandations to solve some of your issues.
- try wraping
<div class="attribution">Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">Renzo Alvarez</a>.</div>
this in a<footer>
tag. - don't use
<section><main>...</main></section>
instead use<main><section>...</section></main>
.
your other html css code looks good to me so try learning sass and frameworks to move forward.
Happy coding :)
Marked as helpful0 - try wraping
- @RyanFloresTTSubmitted about 3 years ago@Akhlak-Hossain-JimPosted about 3 years ago
Great work Ryan. Try these recomandations:
- your code
<footer> <div class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank" >Frontend Mentor</a >. Coded by <a href="https://github.com/RyanFloresTT">Ryan Flores</a>. </div> </main> </footer>
Should be
</main> <footer> <div class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank" >Frontend Mentor</a >. Coded by <a href="https://github.com/RyanFloresTT">Ryan Flores</a>. </div> </footer>
- try using css variables
Happy coding:)
1 - @bobo62234Submitted about 3 years ago@Akhlak-Hossain-JimPosted about 3 years ago
Great work so far.
- instead of
<div class="card">
use<main class="card">
- it's not responsive now try doing that, and code not accessible.
try those fixes and mark the comment helpful if it is.
Thanks, Happy coding :)
Marked as helpful1 - instead of
- @MaahnoorSubmitted about 3 years ago@Akhlak-Hossain-JimPosted about 3 years ago
Great work so far.
But
- add a dummy text in the
h1
it can be ADVICE # but put it there. - instead of using
<p id="advice-text">
use<q id="advice-text">
that's a accessibility best practice.
Happy coding :)
0 - add a dummy text in the
- @theoladasSubmitted about 3 years ago@Akhlak-Hossain-JimPosted about 3 years ago
You have done great work so far.
Try implementing these:
- add
alt
attribute in images and don't keep it empty. - go
h1
toh6
serially, meaning use first heading tag ash1
then if you need to go down, do not go toh3
orh4
go toh2
first then following and repeath1
or any one of those but keep it in sequence. - try using sass variable.
Happy coding :)
Marked as helpful0 - add