Assessment wanted for Position skill test
Position: Task 1
Position: Task 2
THANK YOU!!!
Hey!
Great job!
The Task 1 is correct. A tiny comment with regards to consistency:
top: 0px;
right: 0;
It’s better if you use the same style for both of them, either 0
or 0px
but in terms of functionality they both work exactly the same.
Regarding task 2, you also got the end result working though I have to mention that the position: sticky that you have is always sticky because its top is 0. Alternatively, you could make the .sidebar
position: fixed and adjust the top/left
Keep going!