This is literally the only video that shows you how to actually build a functional web layout, all other videos just show you the commands. Thank you!
@AberrahimCoder Жыл бұрын
@@akhan3330 flex-grow: 1 , it makes the item grow to take the additional space
@jigneshnakrani9585 Жыл бұрын
This is not a way to teach.... doesn't explain any basics of what flex means
@adaml120311 ай бұрын
Thank you for producing this. A little constructive criticism. It would be more helpful to newbie’s if you explained what and why you chose these tags/css values as opposed to us just watching the code be written. You could have just as well posted the html and css in its finished state for us to consume and it would have had the same effect. Those that understand this stuff would be intrigued, and those that don’t, would still be scratching their head.
@csscoder889211 ай бұрын
Thanks for the feedback. It was created days earlier when we were new to KZbin, in future we will definitely consider this.
@ashhalverooo9471 Жыл бұрын
Thank you bro, because of you, my assignment is done
@InnovatorsTales4 жыл бұрын
wow just wow, subscribed immediately
@mina3993 жыл бұрын
my thoughts exactly :P
@FallenSmile292 жыл бұрын
Amazing ! Nice way to practise your understanding of flexbox. Thank you. I will definetely watch your other videos on channel.
@csscoder88922 жыл бұрын
Thank you
@Mr.man712 Жыл бұрын
@@akhan3330 late but the numerical value of flex determins how much it will grow compared to others unless specified. It goes flex grow, flex shrink and flex basis with " flex" being the short hand for all three. I assume the 100% is for the basis? Im new to this tho
@Dranzer10HD4 жыл бұрын
thanks for the emmet abbreviation :)) didn't know about it
@csscoder88924 жыл бұрын
My Pleasure Brother 👋
@appronblue84213 жыл бұрын
It doesn't work, could you please share a sandbox link with the cod in it?
@andrzejvlasov16893 жыл бұрын
Lots of magic in this video :)
@talhaayub21723 жыл бұрын
That's more helpful! Subscribed immediately
@romansarmientogomez23724 жыл бұрын
Sos groso, Sabelo!!!!!
@whitecannon21857 ай бұрын
This content helped me lots!!!! Thank you
@csscoder88927 ай бұрын
Glad it helped!
@LodhiCreates5 ай бұрын
How to fix multiple elements in flex layout like heading paragraph and images
@sadaffarhan67514 жыл бұрын
This is awesome sir
@sc00b553 жыл бұрын
Got a web design assignment due you really helped bro
@Mike-kz4cy2 жыл бұрын
Did it work bro?
@Mike-kz4cy2 жыл бұрын
I typed everything on html exactly as he did and nothing is showing up
@codecrumbs4 жыл бұрын
Great video buddy
@csscoder88924 жыл бұрын
Thanks Mate 🙏
@lienbarraquio11042 жыл бұрын
How do you put images, text w/links inside those boxes?
@oasteadomnuluibucovina3 жыл бұрын
It doesn t work
@vasudevan2917 Жыл бұрын
How your two asides are places side
@dhruvrajsinhjadeja-vfxarti30852 жыл бұрын
superb :)
@csscoder88922 жыл бұрын
Thank you
@nextrealm Жыл бұрын
leave the source code in the description section mate. It will be really helpful to save it for later also so that i can revise.
@hebrewman1002 жыл бұрын
Please help, how can I make that aside1 will jump above main instead under when window bocomes smaller? Thank you.
@carlosarangovelasquez71014 жыл бұрын
how can someone dislike this? brilliant!
@csscoder88924 жыл бұрын
Thanks Brother for appreciation
@6BEEP94 жыл бұрын
Because it doesn't go in depth, nothing is explained, just shown. I know there are different types of learning and this might work for people, but most people like it being explained.
@rastasouljah8724 жыл бұрын
Well Probably the same reason i did, annoying music & unless you have a really good connection the text appears at too low a res to be able to read and no voiceover explanation, so ends up being just a useless video with really annoying music, no offense just giving a blunt answer.
@HalleKebede4 жыл бұрын
i was almost done but "order " won't work. i can't get aside 1 and aside 2 to align on left and right column
@mathildastorm25624 жыл бұрын
I had the same problem, in css .main i missed it should be: flex: 3; and NOT order: 3; hehe..
@josejimenezastorga14493 жыл бұрын
Maybe is too late, but you should check out the wrapper section, it had to have "display: flex;" to worked correctly.
@appronblue84213 жыл бұрын
same problem here
@victoriabarrientos73143 жыл бұрын
I cant either, did you solve it?? Im gonna lose it over responsive flexbox
@zalexstudios3 жыл бұрын
Thank you! Nice!
@chanhpham45764 жыл бұрын
Can I use .wrapper > div instead of .wrapper > * if I just use div tag inside wrapper ?
@AnilMakkar94 жыл бұрын
Yes, it can be done only if you are pointing to direct div elements of wrapper class.
@nikhilsinha21912 жыл бұрын
when i am setting flex to a item in container its disappearing
@lgoogleame Жыл бұрын
How to hide one element when the screen is for mobile? instrad of showing 5 divs only show 4 for example. But when the screen is for a desktop i want to show 5 divs
@csscoder88928 ай бұрын
Use media query
@peeyar20004 жыл бұрын
How can I stack like header, aside1, aside 2 , main and footer when we decrease the size (mobile or tab) ? On web, it should be like the above one (header, left, main, right, footer at the bottom.)
@vasudevan2917 Жыл бұрын
I copied whatever you said but i don't get the layout. 😞
@csscoder8892 Жыл бұрын
@Vasu Devan Soory to hear that, the video is 2 3 years old so kindly check it out again with more keen observation and check out the comments box, may be other also face the same issue as you
@trevorarmstrong66414 жыл бұрын
use your words my g speak to us
@BeingDeveloperWithAB Жыл бұрын
What is the VS code theme are you using
@florenciagrasso61094 жыл бұрын
What does .wrapper > * means?
@csscoder88924 жыл бұрын
* means all elements, so all elements in .wrapper class have zero margin and padding
@ellsonmendesYT4 жыл бұрын
select any direct children of element with class wrapper
@nanakwesiasante904 Жыл бұрын
I tried .wrapper>* and nothing happened can someone please help me using vscode
@ali-celebi3 жыл бұрын
Brilliant!
@shiuandai0426 Жыл бұрын
thank you!
@csscoder8892 Жыл бұрын
You're welcome!
@decfathani11444 жыл бұрын
you're using flex shorthand for a '.main'. when i change a shorthand 'flex' to flex-grow for a '.main, a page doesn't align correctly as i using a 'flex' just like it's show on the video. as i know flex is a shorthand for a flex-grow, flex-shrink, and flex-basis
@the_marketoonist3 жыл бұрын
Same
@zomssingh87443 жыл бұрын
Yea.. confusing
@EX1L3D_L3G3ND3 жыл бұрын
For anyone trying to understand, flex: 1 means {flex-grow: 1; flex-shrink: 1; flex-basis: 0%;}
@mfo69434 жыл бұрын
Hi thanx for dropiing this video can u also make video on explaining the role of pseudo elements or u can suggest me by providin link in comment. Btw am your one of follower from your IG
@csscoder88924 жыл бұрын
Thanks Mate for reaching out, Hit me with a DM on Instagram
@shadmansudipto72873 ай бұрын
Next time, please provide the code in a github repo.
@jaipe5 Жыл бұрын
Genial. Un fuerte abrazo.
@csscoder8892 Жыл бұрын
Glad you find it helpful
@jcare073 жыл бұрын
Excelente! 💪
@zomssingh87443 жыл бұрын
Layout is good but at the end it is confusing. So please start explaining the things
@Matthew-thl-travel4 жыл бұрын
Perfect
@shokintouch3482 жыл бұрын
Great, release more videos please, Thanks
@csscoder88922 жыл бұрын
Started today.... Thank you
@sadaffarhan67514 жыл бұрын
Who else dislike this
@RogerHolden Жыл бұрын
I know it's a quick demo, but you shouldn't have multiple H1 tags in the same page.
@csscoder8892 Жыл бұрын
You are right 👍
@annaboegh99103 жыл бұрын
Thank you so much! do you have a tip on how to get the white border away so it fills the screen 100% in all directions? Thanks so much!
@khanayan-v7z2 жыл бұрын
@Gamer Dahman And can you tell me that why I have some overflowing X white space on my responsive layout?
@khademmilad3 жыл бұрын
awesome
@BeingDeveloperWithAB2 жыл бұрын
its good example but you fixed height of header and footer and even main, which is not goo way to design layout.
@nickx8951 Жыл бұрын
@media all in does not work
@csscoder8892 Жыл бұрын
Use @media screen only
@Kamil505 Жыл бұрын
is the source code on github?
@csscoder8892 Жыл бұрын
Nope but will upload soon
@DavidG-vo4vx4 жыл бұрын
Why isn't the header and article on the same row?
@EX1L3D_L3G3ND3 жыл бұрын
Because header has a flex-grow of 1 and flex-basis of 100% so it is taking up the whole screen
@adrianodemoura2 жыл бұрын
muito bom, me salvou (y)
@masterkhoa4 жыл бұрын
there is a lot of things here that seem weird to me, first of all what is that "aside" tag, I have never seen those before. you use "wrapper" instead of "container"? I thought wrappers are for child elements inside a big container?
@Dawid-lb8fe4 жыл бұрын
It's just a class, the name of it doesn't matter :)
@roctanweer22654 жыл бұрын
Aside is one of the semantic tags in html It's new way to write html doc
@kaminisaini79224 жыл бұрын
Nice
@PrashantTechment2 жыл бұрын
Can you explain also then it will be very helpful. Thanks 😊
@khawlaalali96733 жыл бұрын
Brilliant Idea. But I didn't got the same order. Could anyone help please ?
@khawlaalali96733 жыл бұрын
I solved it. Notice for aside part there are 2 classes aside and aside1 ;)
@John-wx3zn3 жыл бұрын
Thank you
@gvanshalaj4783 жыл бұрын
Thanx bro
@NoobPro-sh8qo Жыл бұрын
Thanksss
@csscoder8892 Жыл бұрын
Welcome
@Mike-kz4cy2 жыл бұрын
Hey there bro,I just typed exactly as you typed the html and it's blank
@csscoder88922 жыл бұрын
U have missed something
@Mike-kz4cy2 жыл бұрын
@@csscoder8892 cool,I will check it out, thanks for replying.
@Mr.man712 Жыл бұрын
Whoa had no idea you could do a peroid as a shortcut for faster coding.
@TheHumanistX Жыл бұрын
I thought maybe they had some nice extension... nope! Works in my VSCode! This is gonna be such a time saver!!
@elpapito245293 жыл бұрын
R.I.P my right ear where I had a headphone at the start of this video
@csscoder88923 жыл бұрын
Sorry dear
@elpapito245293 жыл бұрын
@@csscoder8892 lol still great help Short and helpful
@giakhanhho7412 жыл бұрын
is it mobile first?
@csscoder88922 жыл бұрын
Desktop first
@giakhanhho7412 жыл бұрын
@@csscoder8892 could you please make a video about mobile first?
@parvezmansuri77843 жыл бұрын
Mu main kya dahi jma rakha hai kya🤣🤣
@henryeng16492 жыл бұрын
Why the aside class have to be class=aside aside1 why not just aside1?
@RighteousNacho3 жыл бұрын
Sigh...commentary would be nice.
@waqasalam_0072 жыл бұрын
Add imgand content then it goes unresponsive
@qawiyrasyidrafi3103 Жыл бұрын
yoo in android it didn't work
@csscoder8892 Жыл бұрын
I respect your opinion, but it is a web based layout
@qawiyrasyidrafi3103 Жыл бұрын
@@csscoder8892 it allredy work for me, i just forget to apply the thing insaide the sorry, and thanks
@csscoder8892 Жыл бұрын
Pleasure, you got it.
@VijayBabuKatta6 ай бұрын
Bro try to explain the subject and video, This video only use for copy righters
@I_am_very_lucky.5 ай бұрын
It doesn't work properly waste my time😢
@kevinfuentes50184 жыл бұрын
cool
@csscoder88924 жыл бұрын
Thanks
@robinrapbor46311 ай бұрын
Ufff atleast give with the explanation rather than the boring disturbing background music
@csscoder88927 ай бұрын
Sure for next time
@abhinavsingh-zc2hk3 жыл бұрын
don't use pix in 2020 :(
@thechoosen4240 Жыл бұрын
Good job bro, JESUS IS COMING BACK VERY SOON; WATCH AND PREPARE
@anthropomorphicOrange Жыл бұрын
No, he’s not.
@emilhuseyn61582 жыл бұрын
Very short
@mohitbirla69353 жыл бұрын
bhai kuch samjha bhi deta
@smikkelbeer78903 жыл бұрын
Nice cancer intro
@VijayBabuKatta6 ай бұрын
No use for this video for actual learners
@Gaamaa-oz5ef2lf3n9 ай бұрын
Total waste without speech. Try your best next time with speech.
@csscoder88928 ай бұрын
Sure
@csscoder88928 ай бұрын
Thank you for feedback
@Gaamaa-oz5ef2lf3n8 ай бұрын
@@csscoder8892 All your videos are wonderful, but think of us the beginners. Wavering thoughts, no focus at one place. Too much of videos calling us to watch. At this situation, when your wonderful video has no speech to hold us on the subject. We may skip it... So please add your voice however it sounds, no issue.