CSS Columns Tutorial for Beginners | Multicolumns without Grid or Flexbox

  Рет қаралды 18,239

Dave Gray

Dave Gray

Күн бұрын

Пікірлер: 54
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
It is possible to easily create a multi-column layout in CSS without using flexbox or grid. In this tutorial, we will create a multi-column layout and look at different options we can use along with the columns. If you're just getting started with CSS, I recommend going to the beginning of this CSS for Beginners playlist: kzbin.info/aero/PL0Zuz27SZ-6Mx9fd9elt80G1bPcySmWit
@doinkstr
@doinkstr Жыл бұрын
Some tips, you can hover over a selector in VSCode and it'll tell you the Selector Specificity :). You can also press ALT+SHIFT+F to auto-format JS/HTML/CSS too!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Good tips!
@코린이31세
@코린이31세 2 жыл бұрын
Dave, thank you!!! I got a frontend developer job thanks to your amazing video!! I didn't know anything about programming, but your video and explanation are easy to understand. I really appreciate your hard work. You are my lifesaver👍👍
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
That is great news! 💯 Glad I could help! 🙏🚀
@KaimanGod
@KaimanGod 2 жыл бұрын
Where do you work
@konstantinzakharov5643
@konstantinzakharov5643 Жыл бұрын
I finally made it to Columns and It is becoming real tough :)
@ahmad-murery
@ahmad-murery 2 жыл бұрын
The only thing I find it impossible to implement without "css column" is spreading part of one paragraph in the next column, Thanks Dave, that was a great video 👍🚀
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you, Ahmad! 🙏🙏
@NorthTonawanda1
@NorthTonawanda1 Жыл бұрын
Awesome, Bing Chat suggested you when I asked specifically for a Tut on CSS Columns. I didn't like the way my restaurant menu looked in Grid where my food item cards sitting next to each other would expand to the height of the adjacent card when one has a much longer dish description. I knew CSS columns could probably do what I'm looking for. I like the way you teach - subscribed! (I use the text expander, Espanso, to add my EM DASH with the shortcut "--" prefixed with a semi colon.
@Testurteil20
@Testurteil20 Жыл бұрын
I could not reproduce the problem with "h2" element at 10:46, not with firefox, firefox dev or google chrome. Seems like its not a problem anymore? Oh boy at 19:00 you opened my eyes! I mean i know about specification but i would never expect it here that way. Realy good content 👍
@arsyaswanth5
@arsyaswanth5 2 жыл бұрын
nice video Dave!!! would love more videos on css too apart from react stack. Thanks!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you! I'm building my CSS for Beginners playlist here: kzbin.info/aero/PL0Zuz27SZ-6Mx9fd9elt80G1bPcySmWit - More to come! 🚀
@blastofffpv
@blastofffpv 10 ай бұрын
That's a nice dutorial, man.
@TeomunMete
@TeomunMete 8 ай бұрын
Thank you. I haven't seen that anywhere
@GabrielSouza-yy2rq
@GabrielSouza-yy2rq 2 жыл бұрын
Great video as always Dave, thanks a lot. Btw, The Big Lebowski is a must watch 😄
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you, Gabriel - and I agree! 💯
@TravinskiyVladislav
@TravinskiyVladislav 2 жыл бұрын
Thank you, Dave
@insteresting
@insteresting 11 ай бұрын
12:15 Setting the h2 styles as break-after: avoid; break-inside: avoid; seems to solve that problem.
@jonkeck7489
@jonkeck7489 2 жыл бұрын
From one Kansan to another, very nice work!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you, Jon! 🙏 I hear we're in for *another* windy 💨 one today
@yadyad3832
@yadyad3832 2 жыл бұрын
Really ,your way of teaching is amazing ,and has more informations.keep going thank you so much
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you for the kind words! 🙏
@IG7799-c4u
@IG7799-c4u 6 ай бұрын
How come you had to be more specific for the quote class when previously you were targeting the h2 inside of the columns class? And just to be clear, I understand the notion of specificity in general, but I don't understand how in this case the styling wasn't being applied when the quote class is being applied to a paragraph element, not to a h2. Hopefully you understand what I mean here.
@anjaneyulub2529
@anjaneyulub2529 Жыл бұрын
Thanks Dave ❤
@xxkaisooxx874
@xxkaisooxx874 8 ай бұрын
Can someone tell me why the class columns was used with the class quote? in short this part: .columns .quote { font-size: 3 rem } the 3 rem was only applied to the quote, is there a reason to put the columns class first?
@kaberanshutisamuel1856
@kaberanshutisamuel1856 3 ай бұрын
I didn't know specificity matters that much until this video 😂😂
@stormbytes
@stormbytes Жыл бұрын
Fantastic course so far!❤
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Glad to hear that!
@AnubhavSingh-nb3bt
@AnubhavSingh-nb3bt 6 ай бұрын
Sir can you please give name of web site for unicode character table that you are using in this vedio 😅
@MrJettann
@MrJettann 2 жыл бұрын
That was such an amazing tutorial! I've got a lot new information about columns, thank you, Dave! But is there any way to make each paragraph on it's own column, without spreading?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you! 🙏 Yes, you can achieve what you are asking with CSS Grid. Lesson 15 on CSS Grid shows how to quickly do this with grid-auto-flow: kzbin.info/www/bejne/e5K6m2V3jK5oe9U
@maelsito_was_taken
@maelsito_was_taken Жыл бұрын
Could you answer to me mr dave gray? I've watched your entire html tutorial and im almost at the end of the css one. You helped me a lot building web pages. Thank you
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
What are you asking? For questions, please join my Discord: discord.gg/neKghyefqh
@detailsstudio21
@detailsstudio21 2 жыл бұрын
Thank you for this very quality content.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome!
@meetmehta2730
@meetmehta2730 2 жыл бұрын
Sir I have a doubt if you can answer that, the nowrap here in the case could also be achieved by " display: inline-block; ", so is it recommended to use that in this case and if no, then why? By the way very knowledgeable videos sir.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Often times there are more than one way to achieve the same goal. I prefer the white-space: nowrap; because that is what it is made to help with. The other approach you mention does also work. 🚀
@sonamohialdin3376
@sonamohialdin3376 2 жыл бұрын
Very useful tutorial thank you
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome, Sona!
@Saikiran-ty8mo
@Saikiran-ty8mo Жыл бұрын
Thank you sir for the wonderful course . I have a doubt that , i thought instead of using "white-space : nowrap" , I have tried " break-inside : avoid" . As per the tutorial , break-inside helps us to not split the element right ? But it is not working . Could you please clarify my query. Once again really thank you for the course sir .
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
MDN provides a great reference for any specific properties including both white-space (developer.mozilla.org/en-US/docs/Web/CSS/white-space) and break-inside (developer.mozilla.org/en-US/docs/Web/CSS/break-inside). These properties have very different targets: how white-space is handled inside an element vs how page, column, or region breaks are handled inside of a box.
@patriciaksbr
@patriciaksbr Жыл бұрын
Hi everyone! Do you think it's ok if I use div instead of section as a container for the paragraphs that will be displayed in columns? This way the html file can be validated on w3c without the warning "Section lacks heading".
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
When you get to the project at the end of this series, you will see how I handle this. You can create a heading which helps identify your section to screen readers, and at the same time, you can move it off of the screen if you don't want to see it.
@patriciaksbr
@patriciaksbr Жыл бұрын
@@DaveGrayTeachesCode Awesome! Thanks for answering and for this amazing tutorial. That's very generous of you.
@abdomahmoud8769
@abdomahmoud8769 2 жыл бұрын
1:47 why don't you just use auto format on save from the settings and disable prettier
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Never slowed down to change those settings, but good suggestion! I have now removed Prettier.
@manishankart6862
@manishankart6862 Жыл бұрын
Really a useful content👍
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Glad to hear that!
@dimitarantonov9778
@dimitarantonov9778 8 ай бұрын
Just when you were thinking you can not like Dave Gray more.... and hop.... He likes not just tacos but The Dude too..... :)
@ifeanyiuche4064
@ifeanyiuche4064 Жыл бұрын
This is 😅 complicated 😂 my brain is about to explode
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You will get it. No rush. Take your time and refer to the provide documentation links if needed.
@vasellious5134
@vasellious5134 2 жыл бұрын
columns overlap eachother for me
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Compare your code to the code available at the course resources link in the description. Also consider your screen width and then column width.
The secret to mastering CSS layouts
17:11
Kevin Powell
Рет қаралды 282 М.
Шок. Никокадо Авокадо похудел на 110 кг
00:44
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 108 МЛН
АЗАРТНИК 4 |СЕЗОН 2 Серия
31:45
Inter Production
Рет қаралды 1,1 МЛН
Learn CSS Subgrid in 14 minutes
14:19
Slaying The Dragon
Рет қаралды 75 М.
CSS Units & Sizes Tutorial for Beginners
21:25
Dave Gray
Рет қаралды 36 М.
The most underappreciated CSS property
9:02
Kevin Powell
Рет қаралды 69 М.
CSS Floats and Clears Tutorial for Beginners
13:08
Dave Gray
Рет қаралды 22 М.
Why I use grid over flexbox for this common layout
7:32
Kevin Powell
Рет қаралды 236 М.
Learn CSS Grid - A 13 Minute Deep Dive
13:35
Slaying The Dragon
Рет қаралды 563 М.
Useful & Responsive Layouts, no Media Queries required
11:03
Kevin Powell
Рет қаралды 178 М.
CSS Flexbox Intro | Flex CSS Tutorial for Beginners
24:29
Dave Gray
Рет қаралды 25 М.
Шок. Никокадо Авокадо похудел на 110 кг
00:44