These newbie challenges sure do push me!
I struggled with many aspects of this, I wont list them all here but a problem I keep running into is using position: relative
to display 'pop up' boxes such as the desktop share state. Whenever something like this is added to the document it realigns other elements around it causing the site to look messy. Is this a problem caused by toggling display: none
to display: flex
? Should I be using the visibility: hidden
property instead?
Any help with any aspect of this challenge is much appreciated.
Cheers, Glen