Skip to content
View zet777's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report zet777

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. Скрытие и появление меню при скроле Скрытие и появление меню при скроле
    1
    .header {
    2
    	position: fixed;
    3
    	top: 0px;
    4
    }
  2. Переключатели Переключатели
    1
    body {
    2
      background: #eee;
    3
    }
    4
    .lbl {
    5
      position: relative;
  3. Кастомный checkbox в виде переключателя Кастомный checkbox в виде переключателя
    1
    <label class="custom-checkbox">
    2
    	<input type="checkbox" checked="checked">
    3
    	Нажми на меня
    4
    </label>
  4. Анимация прямоугольника с появлением... Анимация прямоугольника с появлением надписи.
    1
    body {
    2
     height: 100%;
    3
     background: linear-gradient(to bottom, #d7ae6c 0%, #2c2416 100%)!important;
    4
    }
    5
    
                  
  5. CSS Gradient Animation CSS Gradient Animation
    1
    background: linear-gradient(326deg, #316155, #5fc370, #b8c35f, #c3905f);
    2
    background-size: 800% 800%;
    3
    -webkit-animation: screenplug 11s ease infinite;
    4
    -moz-animation: screenplug 11s ease infinite;
    5
    -o-animation: screenplug 11s ease infinite;
  6. 000_WndowsVulnerability 000_WndowsVulnerability Public

    Окно уязвимости

    C#