Here is my project on Tribute page: https://codepen.io/radhu/full/vKdaBx/
Your valuable feedback will help me to learn more.
Well done!
Good for a start, hoping to see more from you! 
Thanks Nitin for the feedback. 
Nice work!
One thing I would personally suggest is just slightly more padding on the #overlay element. As it is currently, I think it’s just a little too close.
Also, I noticed you were using the opacity property to make the background of the #overlay element a little transparent. Just in case you weren’t aware, doing it this way also means any nested elements will also have a weaker opacity. If you just want to make the background transparent, you could use rgba() on the background-color property.
Maybe you already knew this, I just remember I went through a phase of using opacity to make background transparent.
Awesome work though! 
Thank you for the suggestion.