
Holger M. answered 05/12/23
Certificate for Full Stack Web Development
You can minimize the files by using something like PostCSS or CSS Nano. This basically takes the many lines of CSS code that you write, which are human readable, and creates another CSS file with one long line of code, which is machine readable. You then just have to remember to link the new CSS file to your HTML file.