Homework 2 (CSS)
Due Jan 28, total of 100 points
Description
In this assignment, you will enhance the visual appearance of your grading application by applying CSS styles:
- Create a separate CSS file to manage your styles
- Apply basic styling to your HTML elements (colors, fonts, spacing)
- Implement a responsive layout using flexbox
- Add hover effects to interactive elements
Your task is to style the following pages:
- Home page
- Assignments list
- Individual assignment view
Remember to use semantic class names and follow CSS best practices for maintainable code.