🏠
Working from home
- Russia
Pinned Loading
-
Скрытие и появление меню при скроле
Скрытие и появление меню при скроле 1.header {
2position: fixed;
3top: 0px;
4}
-
Переключатели
Переключатели 1body {
2background: #eee;
3}
4.lbl {
5position: relative;
-
Кастомный checkbox в виде переключателя
Кастомный checkbox в виде переключателя 1<label class="custom-checkbox">
2<input type="checkbox" checked="checked">
3Нажми на меня
4</label>
-
Анимация прямоугольника с появлением...
Анимация прямоугольника с появлением надписи. 1body {
2height: 100%;
3background: linear-gradient(to bottom, #d7ae6c 0%, #2c2416 100%)!important;
4}
5 -
CSS Gradient Animation
CSS Gradient Animation 1background: linear-gradient(326deg, #316155, #5fc370, #b8c35f, #c3905f);
2background-size: 800% 800%;
3-webkit-animation: screenplug 11s ease infinite;
4-moz-animation: screenplug 11s ease infinite;
5-o-animation: screenplug 11s ease infinite;
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.