Skip to content

CSI-VIT-AP/Sizing_an_Image_21MIC7183

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sizing_an_Image

Functionalities of the project :
---> When the incrementButton is clicked, the width of the HTML img element should increase by 5px.
The width of the HTML img element shouldn't increase more than 300px. If we try to increase the width by more than 300px, then the warningMessage will be displayed.
---> When the decrementButton is clicked, the width of the HTML img element should decrease by 5px. The width of the HTML img element shouldn't decrease less than 100px. If we try to decrease the width by less than 100px, then the warningMessage will be displayed.

Link to open : https://hemavenkat8642.github.io/Sizing_an_Image/

About

Please open the README.md file for description

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.4%
  • JavaScript 24.8%
  • CSS 21.8%