generated from acmucsd-projects/mern-template-updated
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestux/uiuser experience, user interfaceuser experience, user interface
Description
This task involves...
- Removing redundancies in CSS selectors (Multiple CSS selectors that share the same properties in different webpages can be shared in one CSS file, etc.)
- Removing selectors that serve no purpose (IDs or classes for HTML elements that don't necessarily need IDs or classes associated with them)
- Standardizing the look of all webpages (i.e. same background-image, similar button animation, etc.)
- Making our website look cool! 😎
Task List of Webpages to Standardize:
- compare-stores.html
- index.html
- item-price.html (this web page needs to be worked on, nothing to standardize)
- make-list.html
- receipt.html (this web page needs to be worked on, nothing to standardize)
- user-authentication.html
- user-page.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestux/uiuser experience, user interfaceuser experience, user interface