Block or Report
Block or report ChandanMahapatra
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
/* Just an example file to show my preferred CSS order for properties. The properties declared don't mean anything */
23/* Positioning */
4position: absolute;
5z-index: 10;
-
1
/* CSS Reset - Mostly the codepen.io reset with a few additions */
23html,
4body,
5div,
-