Forum Moderators: not2easy
what do you mean when asking where it gets "stored"...?
i believe CSS files are rendered just like an HTML file would be rendered...from the browser as it is intrepreted.
i dont think CSS is stored in a browser anywhere.
an HTML file calls to a CSS stylesheet. then the browser displays the styles according to the style sheet.
you would have an index.html call to style.css
is that what you are looking for?