If I like an element of a site, and I want to implement it into my site, what is the easiest way to do it? Sometimes there is a lot of CSS files, that is hard to follow all of t
Use something like FireBug or Chrome's developer tools to inspect the DOM and see what styles are applied to the element in question.