- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
HOW TO CENTER A BOX IN THE MIDDLE OF ITS CONTAINER USING FLEX(TIP 1)
How to Center a Box in CSS | #Shorts
Want to center a box in the middle of its container? 🎯 Here’s the CSS:
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.box {
width: 200px;
height: 200px;
background-color: #3498db;
}
In this quick tutorial, I’ll show you how it works! Perfect for beginners and pros alike.
💡 Follow @JavaScriptMasterCode for more coding tips!
#CSS #Shorts #WebDevelopment
Видео HOW TO CENTER A BOX IN THE MIDDLE OF ITS CONTAINER USING FLEX(TIP 1) канала JavascriptMasterCode
Want to center a box in the middle of its container? 🎯 Here’s the CSS:
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.box {
width: 200px;
height: 200px;
background-color: #3498db;
}
In this quick tutorial, I’ll show you how it works! Perfect for beginners and pros alike.
💡 Follow @JavaScriptMasterCode for more coding tips!
#CSS #Shorts #WebDevelopment
Видео HOW TO CENTER A BOX IN THE MIDDLE OF ITS CONTAINER USING FLEX(TIP 1) канала JavascriptMasterCode
JavaScript functions HTML tutorial HTML5 examples HTML elements list HTML forms tutorial HTML tags guide CSS tutorial CSS flexbox guide CSS animations tutorial css tutorial how to center a box center a box in css flexbox tutorial css flexbox align items center justify content center web development tips css tricks coding tutorial web design responsive design css shorts web development shorts JavaScriptMasterCode
Комментарии отсутствуют
Информация о видео
14 декабря 2024 г. 23:18:32
00:01:17
Другие видео канала




















