Flex shrink

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

CSS Flexbox Tutorial #4 - Flex Shrink

106423
2095
54
00:04:10
17.03.2016

Howdy horses, in this CSS flexbox tutorial, I'll talk about flex shrink, and how we can use it to shrink our flex items as the viewport, or flexbox container surrounding the elements, gets smaller in width. - COURSE LINKS: + Source files on GitHub - 🤍 + Brackets editor - 🤍 - You can find more front-end development tutorials on CSS, HTML, JavaScript, jQuery, WordPress & more on the channel homepage... SUBSCRIBE TO CHANNEL - 🤍 JavaScript for Beginners Playlist 🤍 CSS for Beginners Playlist = 🤍 The Net Ninja = For more front-end development tutorials & to black-belt your coding skills, head over to - 🤍 or 🤍 Social Links Twitter - 🤍TheNetNinja - 🤍

Finally understanding Flexbox flex-grow, flex-shrink and flex-basis! - Tutorial 11 of 20 💪

81434
1960
80
00:10:14
29.07.2015

Get full control the size of your elements flex-grow, flex-shrink and flex-basis All videos + exercises → 🤍

CSS Flexbox Tutorial - 7 - Flex Shrink

6540
99
4
00:02:16
18.01.2020

In this video we will discuss shrink. HTML Code: 🤍 CSS Code: 🤍

6 Advanced Flexbox Features You Probably Don’t Know

91344
4879
128
00:14:54
06.09.2022

You probably use flexbox every time you write CSS, but you probably don’t know all the advanced features of flexbox. In this video I will be covering 6 of the most important flexbox features that you have probably never used, but you should definitely know. 🌎 Find Me Here: My Blog: 🤍 My Courses: 🤍 Patreon: 🤍 Twitter: 🤍 Discord: 🤍 GitHub: 🤍 CodePen: 🤍 ⏱️ Timestamps: 00:00 - Introduction 00:50 - Gap 02:04 - Writing Direction 04:23 - Align Content 06:15 - Flex Shorthand 08:49 - Flex Basis 13:16 - Auto Margins #Flexbox #WDS #CSS

Compare Flex Grow and Flex Shrink within a Flexbox Container

12015
282
21
00:06:48
06.11.2019

Use the flex-grow and flex-shrink properties to visualize the impact these properties have within a flex container that contains other flex children. Demo file: 🤍

Learn Flexbox flex-shrink in 14 seconds.

872
30
0
00:00:14
19.03.2023

When it comes to creating flexible, responsive layouts in web development, Flexbox is an indispensable tool. And one of the most important properties in the Flexbox arsenal is "flex-shrink". In this video, we'll explore the ins and outs of "flex-shrink" and how it can help you create layouts that adapt to changing screen sizes and user preferences. We'll cover: What "flex-shrink" does and how it works in the context of Flexbox How to use "flex-shrink" to control the resizing behavior of flex items in a container Examples of how "flex-shrink" can be used to create visually appealing and responsive designs in a variety of contexts Whether you're a beginner or an experienced web developer, understanding how "flex-shrink" works is essential for creating layouts that look great on any device or screen size. So join us as we dive into the world of Flexbox and explore the power of "flex-shrink"!

Flexbox is more complicated than you thought

142259
5768
231
00:22:42
10.06.2021

Article on CSS-Tricks: 🤍 Flex is a little strange in how it works, and I only recently dove deep enough into it to really understand what was going on, so I figured I'd share my discoveries with you! 🎓 - I have a 4+ hour course that focuses only on understanding and using Flexbox: 🤍 🔗 Links ✅ 🤍 ✅ 🤍 ✅ 🤍 ✅ 🤍 ✅ 🤍 ⌚ Timestamps 00:00 - Introduction 02:15 - How flexbox calculates the size of elements 06:10 - How flex-shrink calculates how much to shrink by 11:24 - How flex-grow calculates the size to grow by 12:00 - What flex: 1 actually does 13:09 - Why flex: 1 on all the flex items doesn't make even columns all the time 16:16 - Why flex-basis: 100% doesn't have the same result as flex: 1 17:23 - My new preferred solution 20:00 - A solution using flexbox 21:26 - Flexbox vs 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!

flex / flex basis, flex grow и flex-shrink из модуля флексбокс / flexbox уроки

24787
1571
119
00:10:19
21.08.2019

flex / flex basis, flex grow и flex-shrink из модуля флексбокс / flexbox уроки Привет! Сегодня мы рассмотрим свойства flex-basis, flex-grow и flex-shrink из модуля flexbox, а так же их сокращённую запись - flex. После просмотра этого видео вы будете знать, как работает каждое из этих свойств, какие значения оно может принимать. верстка сайта состоит из блоков, которые должны сжиматься / расширятся, иногда обладают базовым размером. Раньше этого можно было добиться только с помощью процентов и нужно было вычислять отступы. С помощью отдельных свойств флексбокс можно настроить так, чтобы это делалось автоматически. flexbox уроки с подробным описанием всех свойств на канале!

flex-shrink - Curso Flexbox - Aula 14

1572
105
2
00:02:53
06.10.2022

Saiba para o que serve a propriedade CSS flex-shrink de Flexbox e como ela ajuda a desenvolver layouts para a Web. ✔️ Playlist do curso completo de Flexbox: 🤍 💬 Entre na comunidade exclusiva dpw para conversar sobre o conteúdo deste vídeo 🤍 Assine o canal! 🤍 - Facebook: 🤍 - Instagram: 🤍 - Twitter: 🤍 Conheça o blog desenvolvimento para web: 🤍

CSS flex-shrink Animated

130
8
0
00:00:32
23.08.2023

The css flex-shrink property sets how much a flex item will shrink when the container is too small. A higher value means more shrinking. The default is 1. #css #flexbox

CSS Flexbox Flex-Shrink Tutorial in Hindi / Urdu

54801
1093
36
00:09:41
22.08.2018

In this tutorial you will learn css flex-shrink property in Hindi, Urdu.You can learn how to make any flex item responsive or not by using this new CSS3 property "flex-shrink".You will also learn shorthand of flex-grow, flex-basis and flex-shrink with new property "Flex". CSS Flexbox Tutorial Course - Playlist 🤍 Follow us on Facebook 🤍 Follow us on Twitter 🤍 #css3 #csstutorial #cssflexbox #webdesigntutorial #css

Flexbox design patterns you can use in your projects

410959
17623
438
00:15:33
30.12.2020

Get your cheatsheet: 🤍 Want to learn more about flexbox? 🤍 Flexbox is amazing, and I honestly feel like sometimes we're just stratching the surface with what we can do with it! In this video I explore three design patterns that you can use in your sites using flexbox. In-depth gap video (including alternative for Safari): 🤍 /// Timestamps 00:00 - Introduction 00:19 - even columns 04:31 - grid-ish 08:13 - content and sidebar 12:45 - spacing things out #css #flexbox Come hang out with other dev's in my Discord Community 💬 🤍 - Keep up to date with everything I'm up to ✉ 🤍 - 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. Instagram: 🤍 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!

flex-basis, flex-grow, flex-shrink. flexbox погружение

25075
1775
151
00:43:31
08.05.2022

Привет! Сегодня разберем flex свойства, которые на первый взгляд очевидные, но когда начинаешь их применять, сидишь в шоке, что оно не работает, думаешь, это у них что-то не так, я то норм написал)) В общем разберем flex-grow, flex-shrink, flex-basis и будем их использовать верно и максимально точно. Телеграм канал: 🤍 Подробнее про flex: 🤍 Игра: 🤍 Подпишитесь на канал, если вам понравилось данное видео: 🤍

flex-shrink - CSS FlexBox - Aula 11

4315
456
13
00:11:11
21.01.2021

flex-shrink - CSS FlexBox - Aula 11 Na aula de hoje do curso de CSS FlexBox, vamos aprender sobre a propriedade flex-shrink, que define se o elemento "flex item" poderá ser reduzido para caber em seu conteiner ou não poderá ser reduzido. Link deste vídeo: 🤍 Site do canal 🤍 Colabore com nosso canal: Qualquer valor usando o PIX: pixcfbcursos🤍gmail.com Página de cursos no site 🤍 e-mails: perguntas🤍cfbcursos.com.br canalfessorbruno🤍gmail.com Outros Links: Vídeo Colabore com nosso canal: 🤍 Canal youtube: 🤍 Instagram: instagram.com/cfbcursos ou 🤍cfbcursos Twitter: 🤍cfbcursos Facebook: 🤍facebook.com/canalfessorbruno Youtube: 🤍youtube.com/canalfessorbruno vakinhas 🤍 🤍 Produção: Bruno P. Campos / CFB Cursos Edição: Bruno P. Campos / CFB Cursos Licença padrão do YouTube #cfbcursos #css #cssgrid

Learn Flexbox in 15 Minutes

1061797
34268
803
00:15:12
27.09.2018

🚨 IMPORTANT: Learn CSS Today Course: 🤍 In this video we will cover everything you need to know about CSS flexbox in only 15 minutes. We will cover what flexbox is, how flexbox works, and the different properties you can use to layout and style your flexbox containers. Flexbox is one of the most important and useful layout properties in all of CSS, and is luckily quite easy to understand once you wrap your head around the terminology. We will be covering all of the terminology, by going through live examples of all the different flexbox properties. If there is anything you feel I missed in discussing flexbox, or anything about flexbox that confused you, please let me know in the comments below. View CodePen: 🤍 CSS Flexbox Article: 🤍 🌎 Find Me Here: My Blog: 🤍 My Courses: 🤍 Patreon: 🤍 Twitter: 🤍 Discord: 🤍 GitHub: 🤍 CodePen: 🤍 #Flexbox #WebDevelopment #Programming

Learn Flexbox CSS in 8 minutes

823889
43076
874
00:08:16
14.11.2022

🚨🚨🚨 COURSES - 🤍 🚨🚨🚨 Discord - 🤍 Codepen for this project - 🤍 Blog post - 🤍 During the CSS stone-age developers were creating layouts with floats and positioning until one fateful day Flexbox would be introduced and the world would never be the same. 0:00 Intro 0:11 display flex 0:39 flex-direction 1:05 justify-content 1:41 align-items 2:22 key concept 3:12 flex-wrap 3:36 align-content 4:08 gap 4:20 flex-grow 5:19 flex-shrink 5:44 flex-basis 6:14 flex shorthand 6:43 align-self 7:17 order

Как работает свойство flex-grow и flex-shrink в CSS3. Урок 17

915
36
3
00:04:47
21.11.2021

Как работает свойство flex grow в CSS3. Обучающее видео для начинающих верстальщиков. Верстка сайтов с нуля. display: flex-grow и flex-shrink - обучающее видео для новичков.

Flexbox Tutorial - 14 - Flex Shrink

24723
379
9
00:04:39
28.05.2018

📘 Courses - 🤍 💖 Support UPI - 🤍 💖 Support PayPal - 🤍 💾 Github - 🤍 📱 Follow Codevolution + Twitter - 🤍 + Facebook - 🤍 📫 Business - codevolution.business🤍gmail.com Flexbox | CSS | Flexbox Tutorial | Flex shrink

Flex grow, shrink, basis | CSS Flexbox tutorial

18420
718
62
00:08:42
16.03.2022

The flex-grow, flex-shrink and flex-basis properties decide how the items grow and shrink with the width of the container. Once you've learned CSS Flexbox, you'll wonder how you ever managed to build websites without it. It gives you all the tools you needed in order to properly arrange content inside flexible containers. Given that all websites need to be flexible and responsive these days, Flexbox is a must-have skill for web developers. 💜 Play with this code on Scrimba: 🤍 💻 Check out Scrimba’s interactive learning platform: 🤍 🌲 Linktree: 🤍

Flexbox CSS - Shrink

362
3
1
00:01:34
24.09.2021

Suivez nous sur les différents canaux : - Les lives sur twitch : 🤍 - Les replays sur la chaine youtube : 🤍 - les cours et replay sur notre site : 🤍 - le discord, pour venir discuter de développement avec nous : 🤍 - notre compte linkedin, pour rester informé des dernières actualités : 🤍

Learn CSS In Arabic 2021 - #50 - Flex Box Child - Grow, Shrink, Order

102057
3903
94
00:06:56
23.02.2021

Flex Box Child - Grow, Shrink, Order Code & Notice: 🤍 Assignments: 🤍 = Support Me on Patreon to Help me Create More Videos 🤍 I will be Very Happy if you Support my Channel. 🤍 Join Our Facebook Group: 🤍 Follow My Facebook Profile: 🤍 Like Facebook Page: 🤍 Follow Me On Twitter: 🤍

How Do Flex-Basis, Flex-Grow, Flex-Shrink Work? | CSS Flexbox

8602
518
104
00:14:11
28.07.2020

A look at three closely related CSS Flexbox properties: flex-basis, flex-grow, and flex-shrink. We start out by looking at how CSS flex-basis differs from width. We then look at how flex-grow and flex-shrink make usage of extra available flex-container space or too little flex-container space. Created by Gregg Fine. Download my FREE "Google Search Secrets for Developers" Cheat Sheet: 🤍 🗣JOIN the Code Creative Facebook group! : 🤍 🔴Subscribe for more free Code Creative videos: : 🤍 🌐 The Code Creative Official Website 🤍 🎓 The Code Creative Courses 🤍 ✅ Recommended related videos: Debouncing Explained 🤍 Memoization Explained 🤍 Sorting in JavaScript Explained 🤍 ✅ For business inquiries contact me at gregg🤍greggfinedev.com ✅ Let's connect: Twitter - 🤍GreggFine Instagram - /greggfinedev Facebook - /hiddentigermusic

React Native Tutorial - 36 - Flex Shrink

1942
78
3
00:03:01
17.08.2023

📘 Courses - 🤍 💖 Support UPI - 🤍 💖 Support Paypal - 🤍 💾 Github - 🤍 📱 Follow Codevolution + Twitter - 🤍 + Facebook - 🤍 📫 Business - codevolution.business🤍gmail.com Flex Shrink React Native Tutorial React Native Tutorial for Beginners

Curso Flexbox CSS: (7/13) Factor de Reducción ( flex-shrink ) - #jonmircha

12493
881
40
00:11:16
28.11.2019

En este video te explico la propiedad flex-shrink que es el factor de reducción de los elementos hijos de una caja #Flexbox #CSS. 🔔 Suscríbete al canal 🤍 🤓 👉 Visita mi sitio web 🤍 💻 🌮 ¿Me invítas un taco? 🤍 📫 Suscríbete a mi lista de correo 🤍 📦 Códigos: 🤍 📖 Mis notas sobre Flexbox 🤍

CSS3 - FLEXBOX (FLEXBOX-ITEM) #7: flex-shrink

1111
95
9
00:05:47
02.06.2020

Nessa seria vamos aprender o flexbox module, como ele funciona, como podemos aplicar ele nos nosso projetos. Vamos começar a estudar o flexbox-container, onde vamos aprender todas as suas propriedades e logo após vamos devorar o flexbox-item. flex-grow 🗄 Flexbox: 🤍 #flexbox #flexshrink Compartilhe: 🤍

Разбираем как работают flex-basis flex-grow flex-shrink

2520
136
13
00:24:49
27.09.2021

В данном видео я разберу как работают свойства flex-basis, flex-grow и flex-shrink. Мало материала на русском языке о том как эти свойства работают. Давайте разбираться! flex, flex basis, flex grow и flex-shrink Автор - Максим Лескин 🤍 - видео про flex gap 👀 Подписаться на канал: 🤍 🌍 Наш сайт: 🤍 😃 ВКонтакте: 🤍 📷 Instagram: 🤍 #methed #css #flexbox

💙 ¿Qué hace FLEX SHRINK? (ejemplo practico!!) [flexbox css)

6895
322
16
00:03:22
23.01.2021

¿Quieres aprender flexbox de la mejor forma posible? 👇👇 ACCEDE al CURSO GRATIS 👇 Si quieres aprender más sobre flexbox aquí te dejo el curso gratis!👇 🤍 /*=Start=*/ 📋 ¿Quieres recibir GRATIS contenido semanal para impulsar tus habilidades como programador? Suscríbete aquí 👉 🤍 📚 Más de 100 recursos para programadores gratis: 🤍 👨💻 Todos mis cursos gratis: 🤍 📚 Puedes ver todos mis libros aquí: 🤍 📘 MI LIBRO "No todo es programar": 🤍 🦊 100 Fábulas para Programadores 🤍 📙 Libro: Aprende HTML 🤍 📹 Suscríbete al canal: 🤍 🎵 Koding Beats canal dedicado a música para escuchar mientras programas: 🤍 🤍 🌐 ¡Crea una página web sin programar! 🤍 👁️ Puedes encontrar cosas más interesantes en: 🤍 🖱️ Si quieres ver el mi setup completo 👉 🤍 🎉 Continua la fiesta en mis otras redes sociales: Discord: 🤍 Instagram: 🤍 Twitter: 🤍 TikTok: 🤍 GitHub: 🤍 🤍 Algunos de los enlaces son enlaces de afiliados, por lo que quizás reciba alguna pequeña comisión por compras a través de esos enlaces. /*=End=*/

CSS Flexbox #12. Используем комбинацию свойств flex grow, flex shrink и flex basis

1542
48
6
00:07:16
17.09.2022

В этом видео мы будем использовать комбинацию свойств flex grow, flex shrink и flex basis Файлы курса: 🤍 Плейлист Youtube: 🤍 Полная верся курса: 🤍 Мои Курсы: React для начинающих: 🤍 ​Все мои курсы (+ исходные файлы): 🤍 Подписывайся на соц сети: Telegram: 🤍 VK: 🤍 Instagram: 🤍 Мой блог о веб-разработке: 🤍

Flex Shrink in CSS (Hindi)

6705
118
4
00:05:05
25.10.2017

flex-shrink in CSS Make sure you have basic knowledge of HTML before watching Cascading Style Sheet (CSS) Tutorials. You can find out our HTML Complete Video tutorials : 🤍 Feel free to share this video: CSS Complete Video Tutorial Playlist: 🤍 Check Out Our Other Playlists: 🤍 SUBSCRIBE to Learn Programming Language ! 🤍 Learn more about subject: 🤍 If you found this video valuable, give it a like. If you know someone who needs to see it, share it. If you have questions ask below in comment section. Add it to a playlist if you want to watch it later. _ T A L K W I T H M E ! Business Email: contact🤍geekyshows.com Youtube Channel: 🤍 Facebook: 🤍 Twitter: 🤍 Google Plus: 🤍 Website: 🤍 _ Make sure you LIKE, SUBSCRIBE, COMMENT, and REQUEST A VIDEO! :) _

Flexbox - Flex Shrink

143
19
1
00:03:12
21.06.2022

Curso gratuito de Flexbox Nesse curso você vai aprender a posicionar elementos HTML com o módulo Flexbox do CSS3, você vai entender os eixos, o container (pai) e suas propriedades, e os items (filhos) e suas propriedades. O curso será composto por aulas teóricas, práticas, exercícios e no final teremos um projeto para colocar a prova o conhecimento adquirido. O curso possui as seguintes aulas: 1. Abertura e Avisos Importantes (Aula 00) 2. O Que é Flexbox ? (Aula 01) 3. Container e Items (Aula 02) 4. Eixo Principal e Eixo Transversal (Aula 03) 5. Eixos Principal e Transversal. Prática (Aula 04) 6. Main Start e Main End (Aula 05) 7. Main Size e Cross Size (Aula 06) 8. Display Flex (Aula 07) 9. Flex Direction (Aula 08) 10. Flex Wrap (Aula 09) 11. Flex Flow (Aula 10) 12. Justify Content (Aula 11) 13. Align Items (Aula 12) 14. Align Content (Aula 13) 15. Gap (Aula 14) 16. Order (Aula 15) 17. Flex Grow (Aula 16) 18. Flex Shrink (Aula 17) 19. Flex Basis (Aula 18) 20. Flex (Aulas 19) 21. Align Self (Aula 20) 22. Abertura Projeto Final (Aula 21) 23. Mostrando o Projeto (Aula 22) 24. Projeto final (Aula 23) ✅ Inscreva-se no canal e ative o sininho! ✅ Playlist do Curso Completo 🤍 ✅ Aulas Práticas, Exercícios e Projeto Final 🤍 ✅ Os Melhores Livros Para Programadores 🤍 ✅ Vídeos que vão te ajudar: Como personalizar seu perfil do Github: 🤍 Como se tornar um desenvolvedor frontend: 🤍 ✅ Me siga nas redes sociais: Insta: 🤍 Linkedin: 🤍 #flexbox #css #frontend #css3

Объяснение работы свойств flex basis, flex grow и flex shrink

6015
381
38
00:28:37
25.10.2019

В данном видео я дам объяснение работы свойств flex-basis, flex-grow и flex-shrink. Во многих учебниках и справочниках эти свойства описаны неправильно, из-за чего при попытке воспользоваться ими в браузере получается совсем не тот результат, который был ожидаем. Объяснение правильной работы в видео! Автор видео: Трепачёв Д.П. Больше уроков вы найдете на сайте code.mu

CSS | 58. Flexbox: order, flex-grow va flex-shrink

7050
247
12
00:12:55
07.03.2021

Bugungi darsda "flex items"ning 3 xossasi bilan tanishib va kod yozib yanada yaxshiroq tushunib olamiz. - Instagram: 🤍 Telegram: 🤍 Facebook: 🤍 LinkedIn: 🤍

This Advanced Flexbox Trick Is Amazing!

304234
29201
149
00:00:57
22.09.2022

Full Video: 🤍 🌎 Find Me Here: My Blog: 🤍 My Courses: 🤍 Patreon: 🤍 Twitter: 🤍 Discord: 🤍 GitHub: 🤍 CodePen: 🤍 #Shorts

35. flex-grow | flex-shrink | flex-basis properties. flex shorthand property initial, auto, 1 - CSS3

1215
28
5
00:08:55
18.10.2022

In this video we will see about controlling the space for the flex items. flex-grow, flex-shrink, flex-basis property. Flex shorthand property and its values initial, auto and 1 - CSS3 Flexbox If you like my video, please subscribe to my channel. Join in the Telegram Group 🤍 My Playlists: React Complete Course: 🤍 Vue Complete Course: 🤍 Angular NGRX Complete Course: 🤍 Angular Complete Course: 🤍 TypeScript Complete Course: 🤍 ES6 Complete Course: 🤍 Javascript Complete Course: 🤍 GIT Complete Course: 🤍 ESLint Complete Course: 🤍 RxJS Complete Course: 🤍 Declarative Reactive Programming in Angular Complete Course: 🤍 Angular CLI Complete Course Tutorial: 🤍 Angular UnitTesting Complete Course: 🤍 My Courses Playlist Page: 🤍 Youtube Page: 🤍 Facebook Page: 🤍 Twitter Page: 🤍 Linkedin: 🤍 GitHub: 🤍 #CSS #CSS3 #leelawebdev Join this channel to get access to perks: 🤍

CSS Flexbox - Use the flex-shrink Property to Shrink Items - Free Code Camp

564
15
5
00:02:04
08.11.2019

In this CSS flexbox tutorial we use the flex-shrink property to shrink items on a responsive webpage. This makes up one part of a series in which I cover the freecodecamp.org curriculum. Enjoy!

[ Css3 In Arabic ] #30 - Order | Flex Grow | Flex Shrink

43027
1214
50
00:18:06
27.07.2015

شرح خاصية Order و ترتيب العناصر مع امثلة عملية

Aprenda CSS FLEX-SHRINK de uma vez

628
86
2
00:00:59
16.06.2023

#css #webdesign #frontend Entenda o que significa flex-shrink de uma vez por todas

Flex-Basis, Flex-Grow dan Flex-Shrink- Belajar CSS 3 Flexbox #07

1280
41
8
00:17:46
10.08.2021

Flex-basis berfungsi untuk mengatur ukuran awal dari item sebelum terjadi penambahan ataupun pengurangan ukuran. Flex-grow, yang berfungsi untuk mengatur seberapa banyak sisa ruang yang digunakan untuk menambah ukuran item. Nilai default dari flex-grow adalah 0, yang artinya tidak bertambah sama sekali. Flex-shrink berfungsi untuk mengatur berapa banyak ukuran item yang berkurang apabila jumlah ruang pada container tidak mencukupi. Nilai default dari flex-shrink adalah 1, yang berarti seluruh item di dalam flexbox secara default akan mengalami pengurangan ukuran dalam jumlah yang sama. Source code dari video ini dapat diunduh di: 🤍 Bagi yang ingin belajar Front End Developer secara lebih lengkap, bisa mengunjungi link dibawah ini: 🤍 Playlist Belajar CSS 3 Layout: 🤍

Назад
Что ищут прямо сейчас на
flex shrink 호기심딱지 양치 shifer narhlari вставить AUX aplle Inspirer 구강 안내 глаза с разводами бензина слова 사랑니 娘婿 pancake recipe 치석 razgovorni qanday urgansa buladi Dongfeng hyperx mic review ICARUS June обзор weichai engine LDL