This PR is the solution to the 'terrarium' #2 #26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue2: Terrarium
Different elements and tags of HTML and how each one is useful
Understanding how to dynamically manipulate and interact with HTML elements using JavaScript using DOM
Learned how to position elements within the page using CSS, such as using flexbox or grid
Used CSS animations to create life-like effects (like shake) or transitions to improve user interaction.
Understanding how to create a layout that adjusts well to different screen sizes, ensuring that the terrarium looks good on both desktop and mobile views.
Using JavaScript to add interactivity, such as clicking a button to add or remove plants from the terrarium.
Learning how to manipulate the DOM in response to user actions, like adding new plant elements to the terrarium or changing their sizes with JavaScript