top of page

Projects

This is your Project Page. It's a great opportunity to help visitors understand the context and background of your latest work. Double click on the text box to start editing your content and make sure to add all the relevant details you want to share.

© 2023 Mckay Watson

bottom of page
#container { font-family: Arial, sans-serif; } #userInput { width: 100%; padding: 10px; margin: 10px 0; } button { padding: 10px 20px; margin: 10px 5px; cursor: pointer; } #optionText { margin: 20px 0; } #optionsButtonsContainer { display: flex; flex-wrap: wrap; } #feedbackTable { width: 100%; border-collapse: collapse; margin-top: 20px; } #feedbackTable th, #feedbackTable td { border: 1px solid #ddd; padding: 8px; } #feedbackTable th { background-color: #f2f2f2; } .revisitButton { background-color: #4CAF50; color: white; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 14px; margin: 4px 2px; cursor: pointer; border-radius: 4px; } .revisitButton:hover { background-color: #45a049; }