Assessment wanted for : Typesetting a community school homepage

Here is the link to my assessment. Please tell me if I passed all the conditions or if there is a better way to write the code. Thanks.

live site : https://glitch.com/edit/#!/hail-lavish-quartz
code : https://hail-lavish-quartz.glitch.me

Hi @iam-ferdi and welcome to the community :wave:

Congratulations! Your page looks very well designed. Great balance in the typography and good choices of colors.

I only have two small comments/improvements:

  • You could just set your default font (Amiko) on the html element instead of explicitly assigning it to elements. This way you wouldn’t have to think about it when adding new elements (in a real project).
  • No need for the color on focus and hover since this is inherited from link and visited.

I hope that helps. Feel free to ask questions or posting more tasks :slightly_smiling_face:

Have a nice day,
Michael

thanks for your help @mikoMK

1 Like