Hi I have completed the assignment of typesetting a community school homepage typesetting a community school homepage. My solution is here.
Could you assess it . Your help and effort is much appreciated. Thank you .Sorry for the long waiting time. I will have a look a this exercise soon.
We haven’t forgotten about it.
Michael
1 Like
Hi @Deepak_Tandan.
I finally had time to look at your code. Well done!
Here are some possible improvements:
- The font-size is mostly a bit too small. I would rather aim for a body, list and nav size of about 16px.
- You could improve the link styles by adding focus, hover and active states. (Your hover color is the same as the normal color)
- By adding following code you could make the whole nav boxes clickable, instead of just the text inside:
nav li a { display: inline-block; width: 100%; }
If you decide to update your code I will happily have another look.
Have a nice day,
Michael
1 Like