RichmondMakerLabs / member_database

An application in php with mariadb backend. Record keeping for the makerspace: member details, inventory, inductions, repairs, loans and attendance.
GNU General Public License v3.0
1 stars 0 forks source link

consider if CSS is needed #3

Open amunizp opened 2 years ago

amunizp commented 2 years ago

The page layout just works and seems to adjust well to most mediums. So there seems to be no need for any form of style sheet.

But if there is something that does need to be changed I just read an article about static CSS and dynamic CSS. I believe dynamic is what fits this project best.

Labeling this as an enhancement for future reference. As I don't know sufficient CSS or PHP to be able to contribute yet.

woodscooter commented 2 years ago

The page layout works and adjusts because of the CSS. The CSS manipulates the layout according to screen width.

Without that style sheet, it would look horrible.

If you can find a use for dynamic CSS in this application, you will be welcome to enhance it.