Overlay Element
Easy
96
3
72.6% Acceptance
In this lab, you are tasked to create a simple overlay element that shows the hex code of the background element (div).
You should implement the following design only using HTML/CSS and without any third party libraries.
You can make use of opacity
, position
properties & :hover
pseudo-class to build this component.
NOTE: This is a self assessed lab. There are no test cases available for this exercise lab. You would have to manually check the challenges when you're done.