- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Input Coding HTML & CSS
.container {
display: flex;
flex-direction: column;
gap: 7px;
position: relative;
color: white;
}
.container .label {
font-size: 15px;
padding-left: 10px;
position: absolute;
top: 13px;
transition: 0.3s;
pointer-events: none;
}
.input {
width: 200px;
height: 45px;
border: none;
outline: none;
padding: 0px 7px;
border-radius: 6px;
color: #fff;
font-size: 15px;
background-color: transparent;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 1),
-1px -1px 6px rgba(255, 255, 255, 0.4);
}
.input:focus {
border: 2px solid transparent;
color: #fff;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 1),
-1px -1px 6px rgba(255, 255, 255, 0.4), inset 3px 3px 10px rgba(0, 0, 0, 1),
inset -1px -1px 6px rgba(255, 255, 255, 0.4);
}
.container .input:valid ~ .label,
.container .input:focus ~ .label {
transition: 0.3s;
padding-left: 2px;
transform: translateY(-35px);
}
.container .input:valid,
.container .input:focus {
box-shadow: 3px 3px 10px rgba(0, 0, 0, 1),
-1px -1px 6px rgba(255, 255, 255, 0.4), inset 3px 3px 10px rgba(0, 0, 0, 1),
inset -1px -1px 6px rgba(255, 255, 255, 0.4);
}
Видео Input Coding HTML & CSS канала CodingSmart
display: flex;
flex-direction: column;
gap: 7px;
position: relative;
color: white;
}
.container .label {
font-size: 15px;
padding-left: 10px;
position: absolute;
top: 13px;
transition: 0.3s;
pointer-events: none;
}
.input {
width: 200px;
height: 45px;
border: none;
outline: none;
padding: 0px 7px;
border-radius: 6px;
color: #fff;
font-size: 15px;
background-color: transparent;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 1),
-1px -1px 6px rgba(255, 255, 255, 0.4);
}
.input:focus {
border: 2px solid transparent;
color: #fff;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 1),
-1px -1px 6px rgba(255, 255, 255, 0.4), inset 3px 3px 10px rgba(0, 0, 0, 1),
inset -1px -1px 6px rgba(255, 255, 255, 0.4);
}
.container .input:valid ~ .label,
.container .input:focus ~ .label {
transition: 0.3s;
padding-left: 2px;
transform: translateY(-35px);
}
.container .input:valid,
.container .input:focus {
box-shadow: 3px 3px 10px rgba(0, 0, 0, 1),
-1px -1px 6px rgba(255, 255, 255, 0.4), inset 3px 3px 10px rgba(0, 0, 0, 1),
inset -1px -1px 6px rgba(255, 255, 255, 0.4);
}
Видео Input Coding HTML & CSS канала CodingSmart
coding label maschine coding resources programming for beginners coding basics coding lessons how to learn programming for beginners login form in html css login form using html and css login page using html and css input animation in html css input animation using html css input field animation using html css animation on input field html css how to create animation using html css how to create login form using html css awesome input animation design
Комментарии отсутствуют
Информация о видео
28 мая 2024 г. 5:45:33
00:00:08
Другие видео канала

