Skip to content

CamileTong/cs5356-hw3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs5356-hw3

Implementation Notes

New HTML Element: <details>

I implemented the <details> element to create an interactive disclosure widget. Never knew I can do it without JavaScript. It's cool! And very easy to use.

New CSS Property: transform

I used the CSS transform property with scale() function to create an engaging hover effect on the fox button. When users hover over the button, it smoothly scales up to 105% of its original size, providing a subtle but satisfying interactive feedback.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published