Solution option "Typesetting a community school homepage"

Hi everybody.

Who can evaluate the task “Typesetting a community school homepage”?

An example of the solution can be found here.

Thanks everyone.

Amazing work, @petrushya!
The page looks really great. :heart_eyes:

One thing that could possibly be improved is making focus and hover states visible in the <nav>.
Something like

nav ul li a:focus,
nav ul li a:hover {
  color: white;
  background-color: #a66;
}

could be nice. All the other things are really well coded. :slightly_smiling_face:

Have a nice weekend,
Michael

Hi @mikoMK.

Thank you for your response.
Modified, also added ...a:active {color:...} because it is overridden by previous pseudo-elements.

Good bye,
Pyotr.

Nice catch!
Keep up the great work.