This PR adds a new 'Pop' button to the frontend.html file and creates a new style for this button in the frontend.css file. The 'Pop' button allows users to interact with the webpage and provides additional functionality.
Summary of Changes
Added a new button element with the label 'Pop' and id 'pop' to the frontend.html file.
Created a new style for the 'Pop' button in the frontend.css file. The style sets the background color to red, the text color to white, padding to 10px, border to none, and cursor to pointer.
Please review and merge these changes.
Fixes #2.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/add-pop-button_4
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.
Description
This PR adds a new 'Pop' button to the frontend.html file and creates a new style for this button in the frontend.css file. The 'Pop' button allows users to interact with the webpage and provides additional functionality.
Summary of Changes
Please review and merge these changes.
Fixes #2.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.