Assessment wanted for Position skill tests by bedri

Hi, could you please review my code for position skill tests?
Thanks a lot beforehand.

Nice work, @bedribulut! :clap:

For the second task:
Since the sidebar is already at the right position it would make more sense to use position: fixed; (without the other properties).
position: sticky; would be used when you have content further down that scrolls normally but then sticks to the top when it gets there.

Cheers,
Michael

2 Likes

thank you so much @miko

1 Like