Skip to content

Latest commit

 

History

History

challenge-008

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Challenge 008

This solution demonstrates an interactive GUI element utilizing HTML and CSS to reveal inner content upon user interaction.

Task

  • Implements CSS properties for layout structuring, styling, and interactive transitions.
  • Utilizes clip-path and transition properties to reveal the inner content with a circular animation effect.
  • Designs an outer box with rounded corners and a specific background color.
  • Upon hovering over the outer container, the inner content smoothly expands, displaying its full content.

References

Links help you solving the challenge: