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/