Grid css

Grid css смотреть последние обновления за сегодня на .

CSS Grid Layout. Кроссбраузерность. Grid и Flex. Основные понятия.

191687
8187
289
00:06:58
05.07.2020

Что же такое Grid Layout? Суть этого модуля заключается в разделении веб-страницы на столбцы и строки. В получившейся сетке можно размещать элементы. Управлять размерами и расположением этих элементов можно с помощью специальных свойств модуля. Эта способность позволяет очень гибко отображать элементы на экране без изменений структуры кода. Но то же самое умеет и Flex скажешь ты. И это верно, но фишка в том, что помимо прочего Grid умеет управлять элементами в двухмерной плоскости, то есть и по горизонтали и по вертикали одновременно. Flex же работает с одной осью – горизонтальной либо вертикальной. Отлично, но че там с кроссбраузерностью? На первый взгляд все не плохо. По данным сервиса Can I Use модуль Grid Layout Level 1 поддерживают 93% пользователей. Даже ослик 11й что-то понимает правда с префиксами. Но поскольку Grid Layout довольно большой модуль использующий множество свойств, проверять поддержку следует каждого свойства который захотите использовать. 👉 Спецификация для браузеров Microsoft (eng): 🤍 👉 Известные баги Grid: 🤍 👉Весь прейлист CSS Grid Layout: - 🤍 🔴 Получить доступ к плюшкам + поддержать канал: 🤍 🔴 Telegram канал: 🤍 (🤍 🔴 Telegram чат по верстке: 🤍 (🤍 🔴 Facebook: 🤍 🔴 Instagram: 🤍 👋 Меня зовут Женя Андриканич, я IT - специалист, занимаюсь разработкой сайтов. На этом канале, я регулярно и в максимально доступном формате буду делиться с тобой своим опытом, наработками, секретами и лайфхаками! Ссылка на канал: 🤍 🤟 Живи, а работай в свободное время! ©

CSS Grid in 100 Seconds

262324
14804
227
00:01:51
05.03.2020

Learn the basics of CSS Grid in 100 seconds. Grid 🍱⚡ is a powerful tool that can build layouts in the context of columns and rows. It's not easy to learn, but can dramatically simplify CSS positioning code for responsive designs. Stay tuned for a full grid project next week! 🤍 Grid Docs: 🤍 #css #tutorial #100SecondsOfCode Install the quiz app 🤓 iOS 🤍 Android 🤍 Upgrade to Fireship PRO at 🤍 Use code lORhwXd2 for 25% off your first payment. My VS Code Theme - Atom One Dark - vscode-icons - Fira Code Font

Grid CSS полный курс за 13 минут. Все свойства

120081
6088
199
00:13:07
30.12.2020

В этом курсе мы поработаем с grid layout css и кратко рассмотрим все свойства! Мой курс "Продвинутый Frontend. В production на React" - 🤍 Игра для закрепления знаний - 🤍 ↓↓↓ПЛЭЙЛИСТЫ ↓↓↓ Собеседования - 🤍 Полные практические курсы - 🤍 MobX & React - 🤍 Наглядная теория - 🤍 Полный курс по Redux - 🤍 React drag and drop - 🤍 React компоненты - 🤍 React + Redux + Webpack 🤍 Анимации в React - 🤍 Разработка fullstack MERN web приложения - 🤍 Таймкоды: 00:00 - Теория 01:00 - Начало работы 01:50 - display: grid 02:00 - grid-template-columns 03:35 - grid-template-rows 04:00 - grid-gap 04:30 - grid-auto-rows 05:05 - minmax() 05:54 - justify-content 06:12 - align-content 06:43 - align-items 07:01 - justify-items 07:30 - justify-self 07:46 - align-self 08:00 - grid-column-start, grid-column-end 08:30 - grid-row-start, grid-row-end 10:20 - grid-template-areas, grid-area Поддержать меня и мой канал вы можете по ссылкам ниже. Qiwi кошелек - 🤍 Яндекс деньги - 🤍

CSS GRID Большое руководство

44667
2911
161
01:10:16
22.05.2022

Привет! Большой видос о display: grid и множестве свойств, которые идут с ним в одном пакетосе =) Собрал полноценное большое руководство, к которому вы можете обращаться как только что-то забудете или нужно будет разобраться в grid css свойствах. Видео о флексах 1 - 🤍 Видео о флексах 2 - 🤍 Телеграм канал: 🤍 Сайт курса по верстке - 🤍 Подпишитесь на канал, если вам понравилось данное видео: 🤍

Learn CSS Grid - A 13 Minute Deep Dive

197485
10794
512
00:13:35
23.11.2022

Courses - 🤍 Discord - 🤍 Source code: 🤍 Grids are two dimensional, I can place things on it horizontally, vertically and both simultaneously. Actually I can position items in any way I want, even stacked. Each number represents a line, these lines are row lines and these lines are column lines. Our grid is made up of cells, each square is a cell. And finally, our grid is also made up of tracks, these are the rows and these are the columns. 0:00 Intro 0:24 Creating a grid 0:45 grid-template-rows & columns 1:17 Positioning Items 1:48 grid-row & grid-column 2:10 span keyword 3:01 grid-area 3:29 Negative numbers 3:45 Layering items 4:32 grid-auto-rows 5:29 grid-auto-flow 5:40 grid-auto-column 5:51 Fractional units 6:43 minmax() 7:10 repeat() 7:39 grid-gap 7:53 grid-template-areas 9:55 justify-items & align-items 10:53 justify-self & align-self 11:20 justify-content & align-content 12:20 auto-fit

Learn CSS Grid the easy way

735296
25859
682
00:37:04
25.11.2021

It can be easy to get bogged down in how grid works, with a lot of new properties, values, and even units! So let's try and simplify things as much as possible, because to get started, you don't need to know *everything* about how Grid works. 🔗 Links ✅ The GitHub repo: 🤍 ✅ More videos on grid: 🤍 ⌚ Timestamps 00:00 - Introduction 01:01 - How we're approaching this 02:01 - What we are working on 02:39 - What we are starting with 03:08 - Declaring display grid 03:59 - The gap property 04:47 - Use your grid inspector 06:06 - How many columns do you need 06:59 - You probably don't need to declare rows 12:48 - Spanning columns 15:09 - Placing things in specific places on your grid 17:52 - Working with line numbers 24:56 - Working with media queries 28:21 - grid-template-areas 35:38 - auto-columns and rows #css Come hang out with other dev's in my Discord Community 💬 🤍 Keep up to date with everything I'm up to ✉ 🤍 Come hang out with me live every Monday on Twitch! 📺 🤍 - Help support my channel 👨‍🎓 Get a course: 🤍 👕 Buy a shirt: 🤍 💖 Support me on Patreon: 🤍 - My editor: VS Code - 🤍 - I'm on some other places on the internet too! If you'd like a behind the scenes and previews of what's coming up on my YouTube channel, make sure to follow me on Instagram and Twitter. Twitter: 🤍 Codepen: 🤍 Github: 🤍 - And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!

Learn CSS Grid in 20 Minutes

693488
22379
674
00:18:35
27.10.2018

🚨 IMPORTANT: Learn CSS Today Course: 🤍 In this video we will cover everything you need to know about CSS grid in only 20 minutes. We will cover what grid is, how grid differs from flexbox, how grid works, and the different properties you can use to layout and style your grid containers and items. CSS grid is one of the most powerful layout tools ever added to CSS. It allows you to create dynamic, responsive, and complex layouts with very little code. We will be covering all of the terminology, by going through live examples of all the different grid properties. If there is anything you feel I missed in discussing grid, or anything about grid that confused you, please let me know in the comments below. Learn Flexbox in 15 Minutes: 🤍 CodePen for this Video: 🤍 Twitter: 🤍 GitHub: 🤍 CodePen: 🤍 #CSSGrid #WebDevelopment #Programming

CSS Grid Crash Course

263442
9129
397
00:53:45
02.03.2022

This crash course will teach you all of the fundamentals of CSS Grid ⭐ Sponsor: InMotion Hosting! 🤍 💻 Code: 🤍 👇 Website & Courses: 🤍 💖 Show Support Patreon: 🤍 PayPal: 🤍 👇 Follow Me On Social Media: Twitter: 🤍 Instagram: 🤍 Linkedin: 🤍 Timestamps: 0:00 - Intro 0:50 - Sponsor 1:28 - Slides 4:29 - HTML & Base CSS 7:28 - Creating a Grid 7:53 - grid-template-columns 9:16 - repeat() 9:32 - Gap Spacing 10:17 - Row Height 10:55 - grid-auto-rows 11:15 - minmax() 11:45 - grid-template-rows 13:19 - Grid Browser Tools 14:03 - Align & Justify 17:08 - Grid Column Span 18:46 - Grid Row Span 20:28 - Responsiveness 23:03 - Grid Template Areas 32:22 - Testimonials Grid Project Intro 33:40 - Testimonials HTML 37:18 - Base & Card Styling 45:40 - Grid Styling 49:52 - Media Query & Span Resets

CSS Grid Layout Crash Course

1989815
50648
1707
00:27:55
01.08.2017

2022 Updated Crash Course - 🤍 In this video we will look at the new CSS Grid layout and how to create grid based layouts and alignments. We will look at properties for containers and items. CODE: Code for this tutorial 🤍 BUILD A CSS GRID WEBSITE: 🤍 BECOME A PATRON: Show support & get perks! 🤍 ONE TIME DONATIONS: 🤍 FOLLOW TRAVERSY MEDIA: 🤍 🤍 🤍 EDUONIX COURSES: Please use affiliate links from website below 🤍

The Joy of CSS Grid - Build 3 Beautifully Simple Responsive Layouts

412394
22316
369
00:11:37
10.03.2020

Build 3 responsive CSS grid examples to master the basics of this powerful layout system. 🤍 Full Tutorial: 🤍 1. Responsive 12-column bootstrap replacement. 2. Mosaic photo gallery. 3. Staggered animation grid. Featuring special guest Bob Ross. #css #grid #tutorial Install the quiz app 🤓 iOS 🤍 Android 🤍 Upgrade to Fireship PRO at 🤍 Use code lORhwXd2 for 25% off your first payment. My VS Code Theme - Atom One Dark - vscode-icons - Fira Code Font

Two simple layouts that work better with Grid

48185
2647
89
00:14:05
23.05.2023

🔥Get your Simple Grid Layout Cheatsheet here: 🤍 A lot of people use flexbox because it’s simpler than grid, or at least that’s what they tell me. From my experience, there are a lot of simple layouts that are easier with grid, and I look at two of them in this video, and just to prove my point, I compare them to the flexbox equivalent. 🔗 Links ✅ Get the Simple Grid Layout Cheatsheet: 🤍 ✅ I love flexbox too, and here is how I decide which to use: 🤍 ✅ Other simple CSS Grid layouts: 🤍 ⌚ Timestamps 00:00 - Introduction 00:48 - Why people love flexbox 01:47 - Custom properties with grid are amazing 04:20 - Flexbox’s flexibility makes this type of behavior harder 07:15 - When flexbox doesn’t work as easily as you’d expected it to 08:28 - Making grid more flexible with auto-fit 11:20 - Trying to replicate the auto-fit behavior with flexbox #css Come hang out with other dev's in my Discord Community 💬 🤍 Keep up to date with everything I'm up to ✉ 🤍 Come hang out with me live every Monday on Twitch! 📺 🤍 - Help support my channel 👨‍🎓 Get a course: 🤍 👕 Buy a shirt: 🤍 💖 Support me on Patreon: 🤍 - My editor: VS Code - 🤍 - I'm on some other places on the internet too! If you'd like a behind the scenes and previews of what's coming up on my YouTube channel, make sure to follow me on Instagram and Twitter. Twitter: 🤍 Codepen: 🤍 Github: 🤍 - And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!

CSS Grid Course

452046
12179
515
01:02:44
19.03.2018

CSS Grid makes it easier to create website layouts. It simplifies both your HTML and CSS, while giving you more control over your layout. You can take the interactive version of this CSS grid tutorial here: 🤍 The course contains three sections. The first two will teach you the core concepts you need to know to get started. Together, we’ll build both a website layout and a super cool image grid. In the bonus section, you’ll learn how to create article layouts with CSS Grid plus some more advanced concepts. ⭐️Full content overview⭐️ ⌨️ 0:01 1. Course Introduction ⌨️ 4:47 2. Your first grid ⌨️ 8:03 3. Fraction units and repeat ⌨️ 11:45 4. Positioning items ⌨️ 18:28 5. Template areas ⌨️ 23:18 6. Auto-fit and minmax ⌨️ 27:07 7. Implicit rows ⌨️ 29:06 8. An awesome image grid ⌨️ 35:56 9. Bonus: Named Lines ⌨️ 41:25 10. Bonus: Justify-content and align-content ⌨️ 44:17 11. Bonus: Justify-items and align-items ⌨️ 47:44 12. Bonus: Auto-fit vs. auto-fill ⌨️ 49:39 13. Bonus: Creating an article layout ⌨️ 57:37 14. Bonus: Grid vs. Flexbox You can connect with the course creator Per Harald Borgen via Twitter: 🤍 Learn to code for free and get a developer job: 🤍 Read hundreds of articles on programming: 🤍

CSS Grid - самая понятная инструкция с примерами по гридам (сеткам) в CSS

84642
4060
195
00:49:33
01.05.2021

💻 Курс "Профессия HTML верстальщик": 🤍 Старт обучения: 18 Сентября 2023 года. ↓↓↓ Тайм-коды ↓↓↓ В этом уроке мы подробно изучим работу с сеткой CSS Grid. Все на простых и понятных примерах. Тайм коды в описании. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 💻 Курс "Профессия HTML верстальщик": 🤍 Обучение с наставником, 3 месяца, результат, гарантия. Старт курса: 18 Сентября 2023 года 💻 Курс "JS Frontend разработчик + React": 🤍 Обучение с наставником, 3 месяца, результат, гарантия. Старт курса: 23 Октября 2023 года 🏁 Обучение с нуля 💁‍♂️ Обучение с наставником 🎯 Доведение с нуля до результата 🏢 Помощь с трудоустройством 💵 Поможем взять первый заказ на фрилансе :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 💻 Бесплатный курс по верстке сайтов: 🤍 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Сайт школы ВебКадеми: 🤍 Вконтакте: 🤍 Telegram канал: 🤍 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Тайм-коды :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 00:00 - Приветствие 00:30 - Основы сетки. Колонки, ряды, отступы 04:03 - Фракции 05:46 - Функция repeat() 08:03 - Функция minmax() 11:15 - Направление контента. grid-auto-flow 12:04 - Явная и неявная сетки. Размеры по умолчанию для рядов и колонок 15:20 - Автоматические колонки auto-fill и auto-fit 20:07 - Перемещение ячеек внутри сетки 28:36 - Выравнивание ячеек внутри колоно и рядов 33:32 - Сокращенная запись grid-template 35:00 - Области сетки grid areas 41:10 - Вложенные сетки 42:25 - Пример CSS grid в верстке сайта 48:45 - Завершение

Get started with grid WITHOUT being overwhelmed

65857
3242
113
00:09:39
19.05.2022

It can be easy to be overwhelmed by CSS grid, so in this video I look at the *very* basics to get you started without worrying about too much at once. 🔗 Links ✅ The next step with Grid: 🤍 ✅ Grid inspector: 🤍 ⌚ Timestamps 00:00 - Introduction 01:02 - the relationship between the parent and children 03:51 - grid-template-column basics 04:35 - the fr unit 06:20 - comparison to flexbox 07:19 - the repeat() function 07:37 - responsiveness #css Come hang out with other dev's in my Discord Community 💬 🤍 Keep up to date with everything I'm up to ✉ 🤍 Come hang out with me live every Monday on Twitch! 📺 🤍 - Help support my channel 👨‍🎓 Get a course: 🤍 👕 Buy a shirt: 🤍 💖 Support me on Patreon: 🤍 - My editor: VS Code - 🤍 - I'm on some other places on the internet too! If you'd like a behind the scenes and previews of what's coming up on my YouTube channel, make sure to follow me on Instagram and Twitter. Twitter: 🤍 Codepen: 🤍 Github: 🤍 - And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!

Simplify your CSS with these 3 grid layout solutions

113492
6654
184
00:07:10
26.01.2023

🔥Simple Grid Layouts Cheatsheet: 🤍 Grid is often seen as useful for really large layouts that have a lot of different pieces, but there are other simple things that it can be super handy for as well! 🔗 Links ✅ How to pick between Flexbox and Grid: 🤍 ✅ Getting started with CSS Grid: 🤍 ⌚ Timestamps 00:00 - Introduction 00:20 - Keeping the footer on the bottom of a short page 02:14 - Stacking content 03:30 - Small things that need some spacing #css Come hang out with other dev's in my Discord Community 💬 🤍 Keep up to date with everything I'm up to ✉ 🤍 Come hang out with me live every Monday on Twitch! 📺 🤍 - Help support my channel 👨‍🎓 Get a course: 🤍 👕 Buy a shirt: 🤍 💖 Support me on Patreon: 🤍 - My editor: VS Code - 🤍 - I'm on some other places on the internet too! If you'd like a behind the scenes and previews of what's coming up on my YouTube channel, make sure to follow me on Instagram and Twitter. Twitter: 🤍 Codepen: 🤍 Github: 🤍 - And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!

The EASIEST way to get started with CSS GRID

176606
8336
429
00:06:51
27.05.2021

I always saw grid as a very powerful, but slightly complicated tool, for creating layouts. I love it SOOO much, but there is just so much to it... but is there a way to simplify it down and get started with it without having to get deep into the weeds? Well, I think so with the use of `grid-auto-flow`! I didn't mention it in the video, but if you take this approach, the columns might be slightly different in width. You can add `grid-auto-columns: 1fr;` and take care of that 😊 🔗 Links ✅ Codepen: 🤍 ✅ Dive deeper into grid: 🤍 ⌚ Timestamps 00:00 - Introduction 01:43 - Making columns with grid 03:12 - The problems with this method 04:00 - Using grid-auto-flow #css Come hang out with other dev's in my Discord Community 💬 🤍 Keep up to date with everything I'm up to ✉ 🤍 Come hang out with me live every Monday on Twitch! 📺 🤍 - Help support my channel 👨‍🎓 Get a course: 🤍 👕 Buy a shirt: 🤍 💖 Support me on Patreon: 🤍 - My editor: VS Code - 🤍 - I'm on some other places on the internet too! If you'd like a behind the scenes and previews of what's coming up on my YouTube channel, make sure to follow me on Instagram and Twitter. Twitter: 🤍 Codepen: 🤍 Github: 🤍 - And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!

CSS Grid. Полный курс

82534
3245
225
00:57:22
04.11.2019

#YauhenK #webDev #CSS #CSSGrid Всех приветствую в курсе «CSS Grid». Модуль CSS3 Grid Layout - это один из самых интересных, модулей в семействе CSS3. Задача, которую решает модель CSS3 Grid Layout, очень проста и понятна - предоставить удобный механизм расположения контента по виртуальной сетке. В данном видео-курсе мы с вами рассмотрим все особенности данной сетки, её использование для вёрстки, а так же сравним с уже с существующими способами построения «каркаса» веб-страницы. ✒ Timeline: ✔ 0:00 - Введение в курс ✔ 3:27 - Применение сетки к контейнеру ✔ 8:40 - Создание 3х колоночного макета ✔ 14:30 - Управление размерами и позицией grid-элемента ✔ 20:45 - Именование grid-линий, создание сетки, позиционирование элементов ✔ 28:39 - Выравнивание grid-элементов ✔ 32:23 - Выравнивание grid-контейнера ✔ 37:23 - Управлять порядком элементов внутри grid-контейнера ✔ 42:22 - Вложенность grid-элементов ✔ 46:42 - Гибкость grid-элеменов при изменении размеров экрана ✔ 50:04 - Создание гибкого макета ✒ Используемые ресурсы и инструменты: ✔ Codepen (Онлайн редактор кода): 🤍 ✒ Полный список готовых и планируемых курсов: ✔ Trello: 🤍 ✒ Автор курса: ✔ YouTube: 🤍 ✔ Instagram: 🤍 ✔ Twitter: 🤍 ✔ VK: 🤍 ✔ LinkedIn: 🤍 ✔ GitHub: 🤍 ✔ VK (Группа): 🤍 ✒ Поддержать развитие канала: 🤍

CSS Grid Tutorial For Beginners in Hindi 🔥🔥

283973
9628
630
00:32:46
30.05.2021

CSS GridTutorial in Hindi (Learn Grid in One Video): In this video, we will learn everything about CSS Grid. CSS grid is used for dividing a page into major regions and create amazing layouts! This video will run you through examples and properties of the CSS grid in as little time as possible! ►Checkout my English channel here: 🤍 ►Click here to subscribe - 🤍 Best Hindi Videos For Learning Programming: ►Learn Python In One Video - 🤍 ►Python Complete Course In Hindi - 🤍 ►C Language Complete Course In Hindi - 🤍 ►JavaScript Complete Course In Hindi - 🤍 ►Learn JavaScript in One Video - 🤍 ►Learn PHP In One Video - 🤍 ►Django Complete Course In Hindi - 🤍 ►Machine Learning Using Python - 🤍 ►Creating & Hosting A Website (Tech Blog) Using Python - 🤍 ►Advanced Python Tutorials - 🤍 ►Object Oriented Programming In Python - 🤍 ►Python Data Science and Big Data Tutorials - 🤍 Follow Me On Social Media ►Website (created using Flask) - 🤍 ►Facebook - 🤍 ►Instagram - 🤍 ►Personal Facebook A/c - 🤍 Twitter - 🤍 Comment "#HarryBhai" if you read this 😉😉

CSS GRID na PRÁTICA - Tutorial Completo

12319
1156
75
00:25:21
02.07.2023

Neste vídeo, vamos aprender na prática como o display GRID funciona, abordando todas as propriedades do CSS GRID. Iremos entender e explorar o potencial do CSS GRID para criar layouts avançados e responsivos. 👉 Seja um ESPECIALISTA em FRONTEND, aprenda HTML, CSS, React JS e muito mais! 🤍 🎁 USE O CUPOM: KIPPERDEV 📌 Para saber mais sobre CSS GRID 🤍 👉Me siga no instagram! 🤍 🌎 Comunidade do Discord 🤍

Grid сетки в CSS. Часть 1

3529
252
52
00:24:29
23.02.2023

Разбираемся с гридами в CSS с самого начала на простом примере. Верстаем вместе с display: grid; по-новому. Часть 2: 🤍 Часть 3: 🤍 Телеграм канал: 🤍 Discord: 🤍

Flexbox or grid - How to decide?

566475
19934
421
00:18:51
18.01.2022

Flexbox and grid are two fantastic layout tools. It can be hard to know which one to pick, but when you focus on the strengths of each one, it becomes a lot easier. 🔗 Links ✅ The easiest way to get started with Grid: 🤍 ✅ The easiest way to get started with Flexbox: 🤍 ✅ Using the Grid inspector: 🤍 ✅ Why I love grid-template-areas: 🤍 ⌚ Timestamps 00:00 - Introduction 01:13 - Comparing their behaviors 09:54 - When you should use flexbox 13:40 - When you should use grid 17:23 - Mixing flexbox and grid #css Come hang out with other dev's in my Discord Community 💬 🤍 Keep up to date with everything I'm up to ✉ 🤍 Come hang out with me live every Monday on Twitch! 📺 🤍 - Help support my channel 👨‍🎓 Get a course: 🤍 👕 Buy a shirt: 🤍 💖 Support me on Patreon: 🤍 - My editor: VS Code - 🤍 - I'm on some other places on the internet too! If you'd like a behind the scenes and previews of what's coming up on my YouTube channel, make sure to follow me on Instagram and Twitter. Twitter: 🤍 Codepen: 🤍 Github: 🤍 - And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!

Полный гайд по CSS Grid: адаптивная верстка за пару минут

246951
8395
301
00:25:11
25.07.2018

Новый взгляд на создание адаптивных красивых сайтов - CSS Grid. В ходе этого видео мы научимся работать с CSS Grid, разберемся что это такое и поймем почему это круче FlexBox! 1) Урок по FlexBox: 🤍 2) Плагин Emmet: 🤍 3) Урок на сайте itProger: 🤍 ✔ Сообщество программистов: 🤍 ✔ - Вступай в группу Вк - 🤍 🚀 Группа FaceBook - 🤍 Instagram: 🤍 Telegram: 🤍 Twitter - 🤍 - Уроки от #GoshaDudar 👨🏼‍💻 - Все уроки по хештегу #GoshaLessons

CSS Grid Layout. Практика + шпаргалка.

161324
6309
428
00:34:22
22.08.2020

Заканчиваем изучать Grid Layout и сегодня применим ранее изученные знания на практике. А именно сверстаем простой макет, галерею и карточки товаров сугубо с помощью Grid Layout. Вперед! 👉 Шпаргалка по Grid (в разработке) - 🤍 👉 Результат практики - 🤍 👉 Правильное адаптивное меню бургер - 🤍 👉 Адаптивные изображения - 🤍 🔴 Получить доступ к плюшкам + поддержать канал: 🤍 🔴 Telegram канал: 🤍 (🤍 🔴 Telegram чат по верстке: 🤍 (🤍 🔴 Facebook: 🤍 🔴 Instagram: 🤍 Содержание: 00:00 - Вступление 00:41 - Пишем HTML 06:30 - Основная грид сетка страницы 08:57 - Верстаем header 13:57 - Верстаем основной блок 15:38 - Верстаем галерею 18:49 - Верстаем товары 25:13 - Верстаем footer 26:10 - Адаптив грид сетки 33:30 - Заключение + шпаргалка 👋 Меня зовут Женя Андриканич, я IT - специалист, занимаюсь разработкой сайтов. На этом канале, я регулярно и в максимально доступном формате буду делиться с тобой своим опытом, наработками, секретами и лайфхаками! Ссылка на канал: 🤍 🤟 Живи, а работай в свободное время! ©

#37 CSS Grid Tutorial [Complete Guide] - CSS Full Tutorial

86675
3083
253
00:43:12
01.11.2020

🙂SUBSCRIBE - hit the bell 🔔and choose all: 🤍 In this Complete Guide to CSS Grid we go through the entire CSS Grid layout system step by step, first we’ll go through all the grid container properties and then all the grid item properties with examples throughout, and make sure to watch right to the end because we’ll be building a dashboard layout using CSS Grid. Remember to Comment, Like, Share and Subscribe! Here’s a video of the dashboard design from scratch - 🤍 👍 Dribbble shot - 🤍 Chapters: 0:00 - Intro 0:40 - What is CSS Grid? 1:00 - CSS Grid vs CSS Flexbox 1:30 - Grid main concepts 2:23 - All CSS Grid Properties 2:40 - Grid Container Properties 3:20 - grid-template-columns and grid-template-rows 11:48 - grid-auto-columns and grid-auto-rows 12:17 - grid-auto-flow 15:00 - grid-columns gap and grid-row-gap 15:16 - grid-gap 15:44 - align-items, justify-items and place-items 17:23 - align-content, justify-content and place-content 19:05 - grid-template-areas 22:20 - grid-template 23:27 - grid 26:00 - Grid Item Properties 26:20 - grid-column-start and grid-column-end 28:02 - grid-row-start and grid-row-end 28:40 - grid-column and grid-row 29:13 - align-self, justify-self and place-self 30:31 - grid-area 32:46 - Building a dashboard layout with CSS Grid 42:40 - Like and Subscribe Follow along: HTML (angled brackets are not allowed in comments, they've been replaced by parentheses) (div id="container") (div class="item one")1(/div) (div class="item two")2(/div) (div class="item three")3(/div) (div class="item four")4(/div) (div class="item five")5(/div) (div class="item six")6(/div) (/div) CSS /* CONTAINER */ #container { width: 95vw; height: 60vh; margin: 0 auto; background-color: whitesmoke; outline: 8px solid #4834d4; display: grid; } /* ITEM */ .item { display: flex; justify-content: center; align-items: center; border: 1px solid #222; text-align: center; box-shadow: 1px 2px 3px grey; border-radius: 8px; color: #222; font-size: 2em; font-family: arial, sans-serif; background-color: #f9d423; font-weight: bold; cursor: pointer; } .item:hover { color: #fff; } #cssgrid #cssgridtutorial This lesson is part of a wider CSS Full Tutorial which you find here: shorturl.at/muIKS SUBSCRIBE and hit the BELL NOTIFICATION 🔔: 🤍 👈 😃 PREVIOUS VIDEO: 🤍 👍 CSS FULL TUTORIAL: 🤍 👍 HTML FULL TUTORIAL: 🤍 Text editor used in this lesson: Brackets - 🤍 FACEBOOK: 🤍 TWITTER: 🤍 SUBSCRIBE and hit the BELL NOTIFICATION 🔔: 🤍 Learn with Dev Dreamer! Step by step and easy to understand :-)

Responsive CSS Grid Tutorial

734447
24026
1498
00:17:14
01.04.2020

New to CSS Grid? Watch the full Crash Course here: 🤍 Add Google Fonts to your web design here: 🤍 In this video I go over how I use CSS Grid to make responsive layouts. I show you how to take Sketch designs to create the layout structure. Then I show you the full front end coding tutorial, where I create the structure of the elements in HTML and then make the grid in CSS. I use grid-template-columns and grid-template-rows to define the number and size of each element and then I use grid-template-areas to define each block of the design. Once the web design is completed I show you how to make this design responsive by adding an '🤍 media' and defining the columns, rows and areas for the mobile view. Finally I apply CSS styling to the font, colors and alignment to make the final polished design. View the Code here: 🤍 In this video I show you: 0:16 - How to get started with a Sketch layout design 1:11 - How to add grid lines 1:22 - How to define the columns 1:51 - What is FR 2:03 - How to define the rows 3:17 - The HTML code 4:24 - Display Grid 4:50 - How to create the columns with CSS 5:26 - How to create the rows with CSS 7:09 - How to use grid template area 8:05 - How to write grid template area in CSS 10:16 - How to add a column and row gap 11:02 - How to make this design responsive 13:40 - Add CSS variables 14:34 - How to add font styling 15:26 - Overview of CSS Grid What kind of tutorial would you like to see next? Let me know with a comment below! Want to improve designer to development handoff? View my Sketch to Zeplin workflow here: 🤍 Gear Microphone - 🤍 Hard Drive - 🤍 Let's Connect Dribbble: 🤍 Blog: 🤍 DISCLAIMER: Links included in this description might be affiliate links. If you purchase a product or service with the links that I provide I may receive a small commission. There is no additional charge to you! Thank you for supporting my channel so I can continue to provide you with free content each week!

CSS Grid | Web Development Course

240617
4990
178
00:18:51
22.02.2021

Complete C Placement Course (Data Structures+Algorithm) :🤍 Telegram: 🤍 Instagram: 🤍

CSS Grid Intro and Basic Layout Tutorial for Beginners

16246
572
66
00:25:38
10.05.2022

Web Dev Roadmap for Beginners (Free!): 🤍 In this CSS Grid intro and basic layout tutorial for beginners, you will learn the CSS grid properties frequently used in constructing grid layouts. You will also create a basic layout with CSS grid. 🚩 Subscribe ➜ 🤍 🚀 This lesson is part of a CSS for Beginners tutorial series playlist: 🤍 🔗 All Resources for this CSS Tutorial Series: 🤍 📬 Course Updates ➜ 🤍 CSS Grid Intro and Basic Layout Tutorial for Beginners (00:00) Intro (00:05) Welcome (00:26) Setup & Starter Code Review (01:48) Quickest way to apply a grid (02:32) grid-template-columns (05:28) grid-auto-rows (07:01) grid-template-rows, grid-auto-columns (07:27) row-gap, column-gap, gap (08:36) grid-column-start & end, grid-row-start & end (10:49) Viewing your grid in dev tools (12:19) grid-column, grid-row shorthand (14:14) align-content, justify-content, place-content (16:00) Adding HTML for grid-template-areas (17:49) grid-template-areas, grid-area (22:14) Experimenting with layout properties (24:53) CSS Grid Garden 🕹️ Learning Games: 🔗 Flexbox Froggy: 🤍 🔗 CSS Grid Garden: 🤍 ⚙ Web Dev Tools: 🔗 Chrome Browser: 🤍 🔗 Visual Studio Code (VS Code): 🤍 🔗 Live Server VS Code Extension: 🤍 🔗 vscode-icons VS Code Extension: 🤍 🔗 Github Themes VS Code Extension: 🤍 🔗 W3C CSS Validator: 🤍 🔗 Specificity Calculator: 🤍 🔗 HTML Special Characters and Entities: 🤍 📚 References: 🔗 MDN CSS: 🤍 🔗 MDN CSS Basics: 🤍 🔗 MDN CSS Selectors: 🤍 🔗 MDN - How to Apply Colors to HTML Elements with CSS: 🤍 🔗 MDN - CSS Values and Units: 🤍 🔗 MDN - The Box Model: 🤍 🔗 MDN - Styling Lists: 🤍 🔗 MDN - Display Property: 🤍 🔗 MDN - Floats: 🤍 🔗 MDN - Columns: 🤍 🔗 MDN - Margin Collapsing: 🤍 🔗 MDN - White-Space: 🤍 🔗 MDN - Positioning: 🤍 🔗 MDN - Flexbox: 🤍 🔗 MDN - Basic Concepts of Grid Layout: 🤍 🔗 MDN - Grid Template Areas: 🤍 📚 Typography Resources: 🔗 MDN: Fundamental Text and Font Styling - 🤍 🔗 CSSFontStack.com: Websafe Fonts - 🤍 🔗 MDN: Styling Links - 🤍 📚 Color Resources: 🔗 Coolors Contrast Checker: 🤍 🔗 WebAIM Contrast Checker: 🤍 🔗 Coolors Palette Generator: 🤍 🔗 HTML Color Codes: 🤍 ✅ Follow Me: Github: 🤍 Twitter: 🤍 LinkedIn: 🤍 Blog: 🤍 Reddit: 🤍 Was this tutorial about CSS Grid Layouts for Beginners helpful? If so, please share. Let me know your thoughts in the comments. #css #grid #layout

Learn how to create a responsive CSS grid layout

106453
4215
140
00:31:52
28.12.2021

A look at how we can make a dynamic, responsive grid using CSS, along with a dive into properties l like aspect-ratio, object-fit, and more. 🔗 Links ✅ The GitHub repo: 🤍 ✅ Andy Bells CSS reset: 🤍 ✅ My Emmet video: 🤍 ✅ The easy way to get started with CSS grid: 🤍 ✅ About object-fit: 🤍 ✅ Auto-fit vs Auto-fill: 🤍 ✅ More about aspect-ratio: 🤍 ⌚ Timestamps 00:00 - Introduction 01:01 - Writing the HTML 04:57 - Setting up a basic grid 06:39 - Styling the cards 07:23 - Using aspect-ratio on the images 10:03 - Stacking content with grid 13:01 - Styling the card content 14:03 - Adding aspect-ratio to the cards 18:52 - Making the grid dynamic with auto-fit 22:31 - Creating a featured card 25:59 - Styling the featured card 28:49 - Fixing things for small screens #css Come hang out with other dev's in my Discord Community 💬 🤍 Keep up to date with everything I'm up to ✉ 🤍 Come hang out with me live every Monday on Twitch! 📺 🤍 - Help support my channel 👨‍🎓 Get a course: 🤍 👕 Buy a shirt: 🤍 💖 Support me on Patreon: 🤍 - My editor: VS Code - 🤍 - I'm on some other places on the internet too! If you'd like a behind the scenes and previews of what's coming up on my YouTube channel, make sure to follow me on Instagram and Twitter. Twitter: 🤍 Codepen: 🤍 Github: 🤍 - And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!

CSS Grid Tutorial: Responsive Design Examples

74991
3283
186
00:41:11
15.06.2021

CodePen follow along: 🤍 CodePen finished product: 🤍 My courses: 🤍 0:00 Intro 2:09 Example #1 10:34 Easy Centering 12:11 Avoid Extra Wrapper Div 14:42 Manually Placing Items 24:37 Grid Area 29:21 Responsive Without Breakpoints 33:39 Getting Creative Follow me for updates on new videos or projects: Instagram: 🤍 Twitter: 🤍 Facebook: 🤍 Twitch: 🤍

CSS Grid Layout. Свойства определения сетки grid-template и другие

176376
8011
299
00:22:41
20.07.2020

Продолжаем изучать Grid Layout и сегодня поговорим о свойствах определения сетки, а именно о grid-template-rows, grid-template-columns, grid-template. А так же grid-template-areas, grid-auto-rows, grid-auto-columns и grid-auto-flow. 👉Весь прейлист CSS Grid Layout: - 🤍 🔴 Получить доступ к плюшкам + поддержать канал: 🤍 🔴 Telegram канал: 🤍 (🤍 🔴 Telegram чат по верстке: 🤍 (🤍 🔴 Facebook: 🤍 🔴 Instagram: 🤍 Содержание: 00:00 - Введение 00:16 - Свойства grid-template-rows и grid-template-columns 03:52 - Единица гибкости fr 07:00 - Применение minmax 09:13 - Контентная ширина, fit-content 11:38 - Применение repeat 12:49 - Свойство grid-template-areas 16:19 - Свойство grid-template 19:13 - Неявная сетка. grid-auto-rows, grid-auto-columns 20:58 - Свойство grid-auto-flow 22:18 - Напутствие 👋 Меня зовут Женя Андриканич, я IT - специалист, занимаюсь разработкой сайтов. На этом канале, я регулярно и в максимально доступном формате буду делиться с тобой своим опытом, наработками, секретами и лайфхаками! Ссылка на канал: 🤍 🤟 Живи, а работай в свободное время! ©

Build Layouts with CSS Grid #1 - CSS Grid Basics

58819
1589
74
00:28:14
17.05.2022

Hey gang, in this CSS grid tutorial series you'll learn how to create 4 different responsive layouts with CSS Grid as well as a simple 12-column grid system. To begin with in this tutorial, I'll bring you up to speed with the basics of CSS grid. ⭐⭐ Get the full course now (without ads) on the Net Ninja Pro site: 🤍 ⭐⭐ Get access to all free & PREMIUM courses on Net Ninja Pro: 🤍 🐱‍💻 Access the course files on GitHub: 🤍 🐱‍💻 CSS Grid Course: 🤍 🐱‍💻 VS Code - 🤍 🐱‍💻 Dribbble design used - 🤍

Css Grid Layout

4213
397
6
00:00:50
07.02.2023

#46 |شرح كامل ل CSS Grid

17394
693
74
00:54:25
30.05.2023

يمكنك مذاكرة درس ال Grid و حل الاختبار من هنا من هنا | 🤍 - للتواصل معي : instagram | 🤍 - facebook | 🤍 - جروب الفيسبوك الخاص بنا | 🤍 - خاصية CSS Grid هي إحدى الخصائص الأساسية في CSS التي تسمح للمطورين بإنشاء نظام شبكي لتنظيم وتوزيع العناصر في صفحة الويب. تسمح هذه الخاصية بإنشاء صفوف وأعمدة من العناصر المتناسقة والمنظمة في الصفحة، مما يوفر إمكانية التحكم الكامل في تنظيم العناصر بشكل مرن وسهل. تعمل خاصية Grid عن طريق تحديد العناصر الرئيسية وتقسيمها إلى صفوف وأعمدة، وتحديد حجم وعرض وارتفاع هذه الصفوف والأعمدة، وتحديد مسافات الفراغات بين العناصر. يمكن استخدام هذهالخاصية لتصميم صفحات الويب المتعددة الأعمدة والمتنوعة في التصميم، مثل صفحات الألعاب، المتاجر الإلكترونية، ومواقع الأخبار والمجلات. تتميز خاصية Grid بسهولة استخدامها ومرونتها في التصميم، حيث يمكن للمطورين تخصيص العناصر بشكل دقيق وتحديد تنسيقها بالشكل الذي يناسب التصميم المطلوب. وتوفر هذه الخاصية إمكانية إنشاء تصميمات متعددة ومختلفة بسهولة وتغييرها بسرعة دون الحاجة إلى تعديل العناصر بشكل فردي. يمكن استخدام خاصية Grid بشكل واسعفي تصميم صفحات الويب الحديثة، وتعتبر إحدى الخصائص الأكثر استخداماً في تصميم الواجهات الأمامية. وتتيح هذه الخاصية إنشاء تصميمات مرنة وسهلة التعديل، مما يساعد على تحسين تجربة المستخدم وتحسين أداء الصفحة بشكل عام. يجب الانتباه إلى أن دعم الخاصية يختلف بين المتصفحات، ويجب التأكد من توافر الدعم قبل استخدامها في تصميم الصفحات.

CSS Grid Layout In One Video | Complete Web Development Course #26

53886
1369
68
00:32:42
27.11.2022

Hey guys, In this video, We will learn about the CSS Grid Layout. 📒 Get Notes here: 🤍 🧑🏻‍💻 Get Code here: 🤍 📌 Bookmark this Playlist: 🤍 🥳 Join our Telegram Community: Telegram channel: 🤍 🚀 Follow me on: Instagram: 🤍 Linkedin: 🤍 Twitter: 🤍 Hashtags: #codingshuttle #webdevelopment

CSS Grid: Короткий, Но МОЩНЫЙ Гайд!

45150
1874
97
00:06:48
07.07.2020

⚡️ Обновленная версия видео - 🤍 🔥 Марафон Grid CSS — 🤍 11-дневный марафон с практическими заданиями для скорейшего закрепления темы, которую активно используют при верстке сайтов. Материалы из видео: 1) Can I use — 🤍 2) W3 — 🤍 3) Grid Garden — 🤍 4) Шпаргалка Grid — 🤍 5) Книга "CSS для профи" Таймкоды: 00:00 Вступление 00:16 Определение Grid 00:56 Создание стилей Grid на примере 01:41 Стили для родительского блока 02:33 Стили для дочерних элементов 03:20 Стоит ли использовать Grid CSS в 2020 году 03:43 Обучение верстке сайтов 04:06 Источники для изучение Grid 05:54 Итоги 🔵 Дзен — 🤍 🔵 ВК — 🤍 🔵 Telegram — 🤍 🔵 Чат Telegram — 🤍 🔵 Instagram — 🤍 🔵 TikTok — 🤍 🔴 Задать вопрос — 🤍 🔴 Обучение - 🤍

Descomplicando CSS Grid (na prática!) | com Mayk Brito

6535
824
26
00:54:58
25.08.2023

ROCKETSEAT ONE: do zero à especialização em uma só assinatura: 🤍 No universo do desenvolvimento web, os elementos visuais são super importantes. Se você está dando seus primeiros passos nesse universo, entender as possibilidades de estilização e layout são essenciais para alcançar o sucesso como dev. Nessa aula ao vivo, vamos descomplicar a construção de layout usando CSS Grid e experimentar algumas das variedades de estrutura de página usando essa estratégia. E aí, bora codar?

CSS Grid trick that’s worth remembering

222897
15942
103
00:00:18
07.09.2022

CSS Grid is great, and being able to stack content without position absolute is fantastic, including being able to use z-index without any positioning! #css Come hang out with other dev's in my Discord Community 💬 🤍 Keep up to date with everything I'm up to ✉ 🤍 Come hang out with me live every Monday on Twitch! 📺 🤍 - Help support my channel 👨‍🎓 Get a course: 🤍 👕 Buy a shirt: 🤍 💖 Support me on Patreon: 🤍 - My editor: VS Code - 🤍 - I'm on some other places on the internet too! If you'd like a behind the scenes and previews of what's coming up on my YouTube channel, make sure to follow me on Instagram and Twitter. Twitter: 🤍 Codepen: 🤍 Github: 🤍 - And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!

HACK CSS GRID. (CSS como PRO)

37940
6077
20
00:00:54
19.02.2023

📣 ¿Necesitas un Hosting y Dominio? Utiliza el cupón "ALEXCG" hasta 90% de descuento en Hostinger.com. ENTRA AQUÍ 👉 🤍 📘CURSO CSS3 COMPLETO (Descuento) 👉 🤍 - Aprende CSS (Desde CERO en YOUTUBE) 👉 🤍 - CURSOS COMPLETOS: 📘CURSO CSS3 COMPLETO (Descuento) 👉 🤍 👨‍💻🎁 Diseño Web Desde Cero (Descuento) 👉 🤍 - ✉️ Redes sociales: Blog de desarrollo web: 🤍 Twitter: 🤍 Facebook: 🤍 Linkedin: 🤍 Instagram: 🤍 Github: 🤍

CSS Grid: Creating Layouts Using Grid Template Area | Web Development Tutorials #44

250135
14040
364
00:12:24
21.01.2020

► Source Code & Notes: 🤍 ►This video is a part of this Complete Web Development in Hindi Course Playlist: 🤍 ►Click here to subscribe - 🤍 ►Checkout my English channel here: 🤍 Best Hindi Videos For Learning Programming: ►Learn Python In One Video - 🤍 ►Python Complete Course In Hindi - 🤍 ►C Language Complete Course In Hindi - 🤍 ►JavaScript Complete Course In Hindi - 🤍 ►Learn JavaScript in One Video - 🤍 ►Learn PHP In One Video - 🤍 ►Django Complete Course In Hindi - 🤍 ►Machine Learning Using Python - 🤍 ►Creating & Hosting A Website (Tech Blog) Using Python - 🤍 ►Advanced Python Tutorials - 🤍 ►Object Oriented Programming In Python - 🤍 ►Python Data Science and Big Data Tutorials - 🤍 Follow Me On Social Media ►Website (created using Flask) - 🤍 ►Facebook - 🤍 ►Instagram - 🤍 ►Personal Facebook A/c - 🤍 Twitter - 🤍

В чем разница между Float, Flexbox и Grid CSS?

210181
13756
535
00:10:06
16.10.2018

🔥 Интенсив «Первый заработок на создании сайтов» Участие бесплатное, но необходимо зарегистрироваться: 🤍 Шпаргалка по Flexbox CSS — 🤍 Шпаргалка по Grid CSS — 🤍 Игра Grid CSS — 🤍 Задать вопрос фронтендеру бесплатно — 🤍 Примеры с видео: Float Left — 🤍 Float & Clear — 🤍 Flexbox & Float — 🤍 Grid CSS — 🤍 ✅ Instagram — 🤍 ✅ TikTok — 🤍 ✅ Сайт — 🤍 ✅ ВК — 🤍 ✅ Telegram — 🤍 ✅ Чат Telegram — 🤍 ✅ Поддержать канал — 🤍 Обучение Frontend-разработке — 🤍 Frontend Book PDF — 🤍 Задать вопрос про фронтенд или верстку — 🤍

Назад
Что ищут прямо сейчас на
grid css выкройка шапка люцем капли инструкция AOS CX imyfone lockwiper crack download for pc как слепить солдата из пластилина Rumah Belajar diodes in series симбиот Swing Band unlock zong wingle marshmello alone как натренировать уровень api ms win core sysinfo l1 2 1.dll xiao c Soal IPAS Bab 4 Kelas 4 таймлайн резидент ивел low price mini pc price eve online game полезный