Skip to content
View ghimire-dinesh's full-sized avatar

Block or report ghimire-dinesh

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 Loading

  1. GET URL Parameter value GET URL Parameter value
    1
    // Query string "[email protected]&firstName=dinesh&lastName=ghimire"
    2
    // GetURLParams("email")  will return "[email protected]"
    3
    // GetURLParams("firstName") will return "dinesh"
    4
    // GetURLParams("lastName") will return "ghimire"
    5
    
                  
  2. Full Width Containers in Limited Wid... Full Width Containers in Limited Width Parents
    1
    <main>
    2
      <!-- content that need to be full width -->
    3
      <figure class="limited-width-to-fullscreen-width">
    4
        <img src="image.png" alt="">
    5
      </figure>