Peace to all.
Thank you all for your responsiveness!
Hello @rab_Allaha
Great job! Nice addition of the media query for smaller screens.
Just two small notes:
flex-direction: row;
and position: sticky;
from nav ul
. The first is the default behavior and the second is already set on nav
itself..feature
you should change padding
to margin
. It doesn’t make any difference in this task, but we want the outer distance to be 20px
. Try adding border: 2px solid black;
to .feature
to see the difference.Have a nice day,
Michael
Hello @rab_Allaha and @mikoMK
plus what @mikoMK said if you resize the window you would notice that the text of the menu (specialy the one with 2 words) does not align correctly you can fix that by
a{
display: inline-block;
text-align: center;
}
hope that help and have a nice day both of you
NIce catch, @justsomeone
thanks boss @mikoMK
Hello @mikoMK
Fixed the errors you pointed out, can you check the task now?
Assalamu alaikum. Also made a correction
Great correction! Now it’s perfect
well done @rab_Allaha