Assessment wanted for Test Your Skills: Fundamental layout comprehension

Source: https://github.com/Gitthuma/fundamental-layout-comprehension
Live web: https://gitthuma.github.io/fundamental-layout-comprehension/

Hello @Githuma

you doing great well done

a little thing try to resize the window to the smallest in your browser and check how the menu behave especially the our history and about us

and try to fix that little think

and have a nice day :slight_smile:

1 Like

Hi @justsomeone… I missed you over the last couple of weeks :upside_down_face:… Happy belated Easter, I hope you had a lovely one :upside_down_face: Thanks for checking my work and for the feedback… I could see “our history” and “about us” were breaking. I fixed this with flex-flow in the nav ul so that contact is pushed to the next line. Please check the link again and let me know if “I did the right thing”. :innocent:

oh thanks a lot man @Githuma

i miss everyone but i am taking java course and also busy with my new part time job :slight_smile:

you did well another way to solve it to remove this line

  padding: 0.5em 1em;

from here

nav a {
  color: #fff;
  text-decoration: none;
  padding: 0.5em 1em;
}

but you did well it was just another way to solve it

thanks again and keep the good work

@justsomeone Thank you for checking again amid your busy schedule. I have tried your method and I see it doesn’t have an overflow. Looks much neater. Bless :slight_smile: . Wishing you all the best with your java course and part time job, I am sure kicking ass at both. :joy:… I will be asking for your help again soon with the java challenges. :innocent:

you very welcome and trust me i learn from your code and other people code also it show me other ways to solve same thing so it help me when sometime i can not use my way and have to solve it in other way

so thanks for you and for others :slight_smile:

and sure i am glad to offer any help :slight_smile:

1 Like