Find source of css

Hi,
I’m making a cakephp course and have a button, where I wanted to ask how I would find the place where exactly the css of it is defined.
What is the standard or a good way to drill down to the spot where the color of the button is defined ?

Regards,
Frank

In Firefox you could do a right click on the element and then hit “inspect” to see which rules are defined for this element.

Normaly, the css-files for your project can be found under webroot/css

1 Like