- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Create a Premium Glassmorphism Button with HTML & CSS 🚀 | Modern UI Design #uidesignlearning
In this short tutorial, we create a modern **Glassmorphism Button** using simple HTML and CSS. Glassmorphism is a popular UI design style where elements look like frosted glass with blur and transparency. This style is commonly used in modern dashboards, landing pages, SaaS websites, and portfolio projects.
Below are some important CSS properties used in this design and why they are useful in real projects.
---
## 1. backdrop-filter
**What it does:**
Adds a blur effect to the background behind the element.
**Example:**
`backdrop-filter: blur(12px);`
**Real use case:**
Used in glass UI components like cards, modals, navigation bars, and buttons to create a frosted glass effect.
---
## 2. box-shadow
**What it does:**
Adds shadows around an element to create depth.
**Example:**
`box-shadow: 0 10px 35px rgba(0,0,0,0.4);`
**Real use case:**
Used in buttons, cards, and containers to make UI elements feel elevated and interactive.
---
## 3. border-radius
**What it does:**
Rounds the corners of an element.
**Example:**
`border-radius: 50px;`
**Real use case:**
Commonly used in modern UI buttons, profile images, cards, and mobile-friendly interfaces.
---
## 4. transition
**What it does:**
Makes animations smooth when properties change.
**Example:**
`transition: 0.4s;`
**Real use case:**
Used for hover effects on buttons, links, cards, and menus so the UI feels smooth and professional.
---
## 5. transform
**What it does:**
Moves, rotates, or scales elements.
**Example:**
`transform: translateY(-6px);`
**Real use case:**
Used for hover animations where buttons slightly move up to give a clickable feedback.
---
## 6. linear-gradient
**What it does:**
Creates gradient backgrounds with multiple colors.
**Example:**
`background: linear-gradient(135deg,#141e30,#243b55);`
**Real use case:**
Used for modern website backgrounds, hero sections, and stylish UI components.
---
If you want to learn **modern UI design with pure HTML and CSS**, follow for more tutorials on:
• Glassmorphism UI
• Modern Buttons
• Hover Animations
• Website UI Components
Видео Create a Premium Glassmorphism Button with HTML & CSS 🚀 | Modern UI Design #uidesignlearning канала Design&Media
Below are some important CSS properties used in this design and why they are useful in real projects.
---
## 1. backdrop-filter
**What it does:**
Adds a blur effect to the background behind the element.
**Example:**
`backdrop-filter: blur(12px);`
**Real use case:**
Used in glass UI components like cards, modals, navigation bars, and buttons to create a frosted glass effect.
---
## 2. box-shadow
**What it does:**
Adds shadows around an element to create depth.
**Example:**
`box-shadow: 0 10px 35px rgba(0,0,0,0.4);`
**Real use case:**
Used in buttons, cards, and containers to make UI elements feel elevated and interactive.
---
## 3. border-radius
**What it does:**
Rounds the corners of an element.
**Example:**
`border-radius: 50px;`
**Real use case:**
Commonly used in modern UI buttons, profile images, cards, and mobile-friendly interfaces.
---
## 4. transition
**What it does:**
Makes animations smooth when properties change.
**Example:**
`transition: 0.4s;`
**Real use case:**
Used for hover effects on buttons, links, cards, and menus so the UI feels smooth and professional.
---
## 5. transform
**What it does:**
Moves, rotates, or scales elements.
**Example:**
`transform: translateY(-6px);`
**Real use case:**
Used for hover animations where buttons slightly move up to give a clickable feedback.
---
## 6. linear-gradient
**What it does:**
Creates gradient backgrounds with multiple colors.
**Example:**
`background: linear-gradient(135deg,#141e30,#243b55);`
**Real use case:**
Used for modern website backgrounds, hero sections, and stylish UI components.
---
If you want to learn **modern UI design with pure HTML and CSS**, follow for more tutorials on:
• Glassmorphism UI
• Modern Buttons
• Hover Animations
• Website UI Components
Видео Create a Premium Glassmorphism Button with HTML & CSS 🚀 | Modern UI Design #uidesignlearning канала Design&Media
Комментарии отсутствуют
Информация о видео
13 марта 2026 г. 18:01:27
00:01:32
Другие видео канала




















