This site contains a list of source code.

Looking into the source code, I get this HTML code.
<pre class="brush: cpp; wrap-lines: false;"> #ifndef PROGRESSSTATE_H_ #define PROGRESSSTATE_H_ class ProgressState { ... #endif /* PROGRESSSTATE_H_ */ </pre>
It seems to me that css does magic. If so, what should css be for a list of source code? If not, then how to have the source code in HTML?
source share