71b2dcf0a5a6c72352e127eae7431b3a2f5d523d
Refactored the bidding application by reorganizing the file structure and extracting CSS into separate files. - The monolithic `control.html` and `display.html` files have been moved into dedicated `controls/` and `display/` directories. - All inline CSS has been extracted into component-specific `style.css` files. - A new `common/style.css` has been created to hold shared styles, promoting reusability and reducing duplication. These changes improve the project's modularity, separation of concerns (HTML/CSS), and long-term maintainability without affecting external behavior.
Description
A lightweight and customizable web-based display system designed for banquets, corporate events, and celebrations.
Languages
HTML
55.4%
JavaScript
28.9%
CSS
15.7%