Why keep image files in an images/ directory and stylesheets in a css/ directory?
images/
css/
The directories automatically compress every resource.
It separates resource types and makes project files easier to locate and maintain.
Browsers refuse to load images or CSS from any other directory names.
The directories execute image and CSS files as programs.