Skip to content
View ChandanMahapatra's full-sized avatar
Block or Report

Block or report ChandanMahapatra

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. CSS order for properties CSS order for properties
    1
    /* Just an example file to show my preferred CSS order for properties. The properties declared don't mean anything */
    2
    
                  
    3
    /* Positioning */
    4
    position: absolute;
    5
    z-index: 10;
  2. CSS Reset CSS Reset
    1
    /* CSS Reset - Mostly the codepen.io reset with a few additions */
    2
    
                  
    3
    html,
    4
    body,
    5
    div,
  3. hcin720 hcin720 Public

    HCIN720 Assignments

    HTML