I’d like to implement a similar effect as the one on codeacademy (http://www.codecademy.com/) when the user clicks the get started button. So basically focus on a single div and shade out the rest of the page.
I am not asking for code but for the method. I’ve tried to change the opacity of the rest of the page except from the div I want to focus on but with no success.
This is the css