Skip to content
View mrReiha's full-sized avatar
💥
Digging.
💥
Digging.

Organizations

@anetwork @taartan
Block or Report

Block or report mrReiha

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. taartan/timerun taartan/timerun Public

    Need something for motivation? Best motivation is time

    JavaScript 1

  2. scrull scrull Public

    Making scroll-bars more attracitve

    JavaScript 3

  3. Gradext Gradext Public

    fill texts with gradient

    CSS 3 1

  4. tipit tipit Public

    Easy-to-use tooltip system ( both native JavaScript and jQuery version )

    JavaScript 1

  5. anetwork/mkdocs-jinks-theme anetwork/mkdocs-jinks-theme Public

    😸 Mkdocs jinks theme

    CSS 17 4

  6. Fit <img> into it's parent Fit <img> into it's parent
    1
    /* It's like background-size: contain; */
    2
    .parent img {
    3
        max-height: 100%;
    4
        max-width: 100%;
    5
    }