It says:
" * Lock the #searchbar element to the top-right of its section parent by declaring its position as absolute . Give it top and right offsets of 50 pixels each.*"
Isn’t the searchbar element locked to the bottom-left section after following this instruction?
You need to make the display pane much bigger to see it. If it is too narrow then yes, it will look like it is at the bottom/left. If you widen it a bunch then you will see that it is at the top/right of the section* element. It might also help you see it if you add some height to the section (e.g. height: 90vh) and give it a background color. As it is currently, the section doesn’t actually have any height because its only child is using absolute positioning.