Skip to content
View slavkapiyavka's full-sized avatar
🙃
hello! I'm using whatsapp
🙃
hello! I'm using whatsapp

Block or report slavkapiyavka

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. react-form react-form Public

    TypeScript

  2. parallax-with-mask parallax-with-mask Public

    HTML

  3. customizable style scrollbar customizable style scrollbar
    1
    :root {
    2
        --lightsteelblue: hsl(214, 41%, 78%);
    3
        --steelblue: hsl(207, 44%, 49%);
    4
        --lightgray: hsl(0, 0%, 83%);
    5
    }
  4. the "visually hidden" pattern to hid... the "visually hidden" pattern to hide elements from the design, but leave their contents accessible
    1
    .visually-hidden {
    2
      position: absolute;
    3
      width: 1px;
    4
      height: 1px;
    5
      margin: -1px;