I was watching an hour-long class on web dev, and, when they got to flex, I understood absolutely nothing. 30min explanation, nothing. I came here and in 7min BOOM. Amazing!
@aarikaturner68333 жыл бұрын
I just want to say how much this has helped me with my coding and web development class! My repositories look so much more professional! Thank you for breaking everything down to simpler terms!
@soulforthekindheart37662 жыл бұрын
this video jumped me 1 month ahead of the class per se, I researched this countless times. sometimes it is not the information we're looking for but the right teacher.
@Anna-ot7dg4 жыл бұрын
OMG you are the BEST! Thank you so so so much!!!! I have ADHD and this was MAGIC for me. To read or seeing someone talking about this...no, too much info to sort. To only hear and watch: perfect. I'm obsessed with HTML and CSS now.
@overflow75924 жыл бұрын
How has the learning process been? Where are you now?
@MikeGTraining6 жыл бұрын
MORE!!! WE WANT MORE !! hahaha seriously tho you're a really good teacher. Really enjoying the series. Thanks
@sleazymansion6394 жыл бұрын
Agreed 👍🏽
@nenadmylink4 жыл бұрын
Make sure we all watch all Ads on this channell so they give us more of this BEST available tutorials I have found on you tube!!!
@tristanbouchard99973 жыл бұрын
These tutorials are actually how I'm learning to make my own professional website from scratch. A lot better when you're a developer and can say you made your site on your own without any tools like wordpress
@slimyelow2 жыл бұрын
The best explanation of inline block I have ever seen.
@vm64453 жыл бұрын
I was shocked that the video has ended already. Lol. You are explaining it very well!
@IronLloyd5 жыл бұрын
Wow! amazing, you really showed me clearly on how to make layout. I am getting frustrated why I cannot do a basic layout, I thought I am the dumbest person in the world. With simple and clear explanation, you save me, now I can do my assignment. Thank you , I am a new subscriber.
@Lightdarksnake6 жыл бұрын
Can't wait to build out more of the website! Always looking forwards to your videos!
@uaeson43863 жыл бұрын
You explain the concept clearly. I really need to dive deeper into flex layout and grid as well. Thank you so much.
@kariette44 жыл бұрын
So clear and well organized. Glad I could find it. Thank you!
@valentineonyedikachi1439 Жыл бұрын
I love this, this tutorial is helping me master my coding abilities.
@YuuffyLIVE6 жыл бұрын
wow i learned so much from this, cant wait for more videos, thanks!!
@ubSjuicebox3 ай бұрын
You helped me pass my exam thanks a lot man. this was helpful
@sethpahre7165 Жыл бұрын
I could listen to you all day! Really great video, thank you
@TheDreamFx2 жыл бұрын
Hey, thank you for this series. I'm coming from matlab and python and wanted to have a look at webdev and your videos are very good starting point. Thank you so much!
@muhammadtalhaakbar8262 жыл бұрын
This is what I was looking for. Simple to learn and great stuff. Thank you very much
@laceyhunter22094 жыл бұрын
I love when Jason Batemen does tutorials.
@silksong72772 жыл бұрын
At 5:03 when you where typing in text for the li tags, how do you automatically jump to the next line in-between the html tags? Every time I press the down after typing in some text it places the cursor directly underneath on the next line. I looked at the shortcuts for macs in vscode but I don’t see a shortcut for it.
@EvanDear5 жыл бұрын
If you want to jump to the next tab like he did in 0:36, go to keyboard shortcuts in file-> preferance, search editor.emmet.action.nextEditPoint and create any key combination you want
@frouMagician4 жыл бұрын
thank you so much good sir
@EvanDear4 жыл бұрын
@@frouMagician you are welcome!
@poojagarg20285 ай бұрын
I just loved your way of explaining each topic. Thanks for the great help 🙂
@sirClogg3 жыл бұрын
Thanks. It's the first time I ever worked with flexbox and I actually happened to use both column-reverse and row-reverse. The website has a set of rules in a form of image and text next to it. I wanted to have every other rule with text on the left and image on the right to make it more visually interesting. And with the mobile version, I wanted to be the rule with the image at the bottom.
@erlgr5 жыл бұрын
Here I finish for today, you are really good at explaining!
@ourlittlefarminfulton49163 жыл бұрын
I've run into a problem with flex. My browser shows the divs of the triple section centered on the screen in a column. Here is my styling code followed by the html: section { background: white; color: gray; display: flex; flex-direction: row; padding: 20px; } div { background: red; margin: auto; width: 100px; } header a b c lower saection footer Any help in understanding where I went wrong would be much appreciated.
@ourlittlefarminfulton49163 жыл бұрын
I have found my mistake: a stray curly brace between my header styling and my section styling. The lesson learned is that the mistake may be outside the portion of the code where the mistake becomes apparent.
@rhinni4 жыл бұрын
row-reverse and column-reverse can be very useful if you want to use the ~ (next siblings) and + (direct next sibling) selector. Since it only works on next siblings, reversing the order can make it possible to get the target elements as next siblings, even if visually they are previous siblings.
@twanmooij12246 жыл бұрын
This is great. Had a bit of a background to HTML, but this explains it all. Can't wait for the next video's. Thanks!
@darwinvasquez10516 жыл бұрын
I just was thinking on how can i learn to use flexbox.. thanks
@bayonmbayo29975 жыл бұрын
Thanks for the courses video, I learn so much
@emilyhuang27595 жыл бұрын
shortcut: ul>li*3 Is there a way of including the href in the automation?
@sh_gs55 жыл бұрын
This is how you do it: ul>li*3>a
@janpedersen91206 жыл бұрын
Really awesome, cant wait for next part. thanks a lot for doing this series.
@olililo2154 жыл бұрын
"to some people somewhere in the earth." HAHAHAHA!
@cjeeckazad29954 жыл бұрын
olililo maybe you will be this person one day.Who knows, Don’t sell your 🖊!
@carlerikssonskogh57842 жыл бұрын
I don't understand where the css code is? when I made a website as a school project I had a separate tab in vs code with css code. what I mean is that the html file and css file was separated.
@fireantseason56292 жыл бұрын
there are three different implementations you can have with css; the first is inline, which is where you insert the css directly into the html elements in the the second is internal css, which is what the video shows. you place the css into the of the document the third method, which is what you're thinking of, is external css, where you link the stylesheet in the
@carlerikssonskogh57842 жыл бұрын
okay, I understand. Thank you for the explanation!
@szaboferenc11415 жыл бұрын
web developing is actually fking beautyful :O
@hanssans30403 жыл бұрын
No it isn't I only do it for the money imagine actually having any passion for this shit
@OhReseT4 жыл бұрын
Love your videos man. They're very informative and helpful. Please continue!
@sheikhshakoor506210 ай бұрын
Honestly man, your a blessing 🎉
@probhakarsarkar24303 жыл бұрын
Best css on earth. but the playlist is haphazard, cna you make a series?
@aah134-K6 жыл бұрын
These two videos need their playlist. Favorite video easy to follow. Do you have a video on your environment? Ad IDE
@eightfake97984 жыл бұрын
sorry im so late, but his IDE is Visual Studio Code by Microsoft
@naazimjaleel95463 жыл бұрын
What a Great Class! Love it till Now!
@MD-nt9nv5 жыл бұрын
Great clear easy to understand and well explained. What editor are you using?
@bhorpoetry71045 жыл бұрын
visual studio code.......he is using ,,,
@nettaj24534 жыл бұрын
Another problem I'm having, when trying to figure out possibly what I did wrong with her flex button, is when I delete inline block, my list goes back vertical instead of staying horizontal. Am I missing something??? It looks just like his screen.
@MatttCollins4 жыл бұрын
Same here, I can't figure this one out. I thought it might just be a problem with chrome but it doesn't display as a row in any browser I try.
@MatttCollins4 жыл бұрын
Figured it out. You probably have your HTML set up like this: a Div>b Div>c but you need it set up like this: a Div>b Div>c . Your div tags need to be nested inside the tag.
@nettaj24534 жыл бұрын
I'll check it out. Thank you.
@sebagabomoses619 Жыл бұрын
Thank you sir for all your time But below footer how did it turn white
@SpookySkeletons9 ай бұрын
How do you jump to a new line without carrying over the end of the previous line? Or jump to the very end behind the text in one line? Online it says "END" but that doesnt work
@ebizguy235 жыл бұрын
Interested in the next video on Flexbox. It seems like you were going to make another video on it. Sincerely, Kim
@bensamsabu30474 жыл бұрын
your classes are just great...Thanx a lot
@whoeverwhoever4005 жыл бұрын
5:29 If ul has the margin and padding 0 by default, then why did you type them? are they necessary?
@waseemahmed25674 жыл бұрын
if you want the text to start at very beginning of the block then do that ...Its quite similar to what we did to body(selector) to remove the left and right spaces
@chslamenik91314 жыл бұрын
How do you do the quick switching between those lines of code? If I use just an arrow, it throws the cursor in the wrong place. Thanks!
@mihaialexandru52645 жыл бұрын
dude thanks a lot ur videos helped me pass my exam I love u BIG UP
@DmitryRee6 жыл бұрын
Thanks for the video. How to get half screen both for code and browser? Any html extension needed?
@hideokzm6 жыл бұрын
no you don't need any extensions to do that. just minimize you code editor same with the browser.
@lewiscritchley9586 жыл бұрын
if you are on windows hold window key and press the arrow key if you are on mac hold the green window full-screen button at the top and drop and drag
@NatiNoot6 жыл бұрын
when i do div*3 nothing happens, how do i fix this?
@mikej74766 жыл бұрын
This is a stupid question but, do you hit "enter"?
@Redheadtama16 жыл бұрын
This will only work if you have Emmet installed. Emmet is installed by default in VS Code but if you are using another editor such as Brackets or Sublime, you may need to add it as an extension.
@NatiNoot6 жыл бұрын
@@Redheadtama1 oops. 0:33 he says to hit tab, my bad guys
@MrAlwiinn5 жыл бұрын
Thank you dude! xD
@azariahexplore13604 жыл бұрын
Yeah the same thing happens for me, I hit tab and everything but nothing happens and I’m using vs code
@ryemccoy6 жыл бұрын
Reverse direction can sometimes be useful for responsive stacking...when you want something on left to be on bottom of a stack...for instance.
@bigcheesepuff16 жыл бұрын
Cant it be used to sort a list of items?
@rahmats.89134 жыл бұрын
how to bring the li section to the right corner of the page?
@matoblazek176 жыл бұрын
When is the next vid commin out, i cant wait :D
@aultravision123 Жыл бұрын
This video helped me out so much man
@Bongorfians4 жыл бұрын
I have a question. What is the point/reason in learning web development this way instead of using another website to make one? for example wix and webflow
@pavlemilosevic82244 жыл бұрын
So you think facebook or youtube could be made on wix or webflow?
@bhavanshgupta64765 жыл бұрын
which key shortcuts do you use to directly jump from middle to end of tag . i use arrow key + ctrl but it goes one at a time and gets really annoying
@dashingammar97474 жыл бұрын
End key I guess?
@phoenixflamez68593 жыл бұрын
bro u are a legend thanks for the big help
@ibeky_16 ай бұрын
i watched a lot of coding learning vidios and i did not learn anything. i watched this and BOOM
@eurostar07114 ай бұрын
It seems really easy and logical. Is it easier now than it used to be? Im asking because the video is 5 years old so maybe there is some advancement in this field.
@chapmansbg6 жыл бұрын
what text editor is that and extension allows you to do multiple tags with a multiplication sign?
@kevinserrano20576 жыл бұрын
VS Code
@chapmansbg6 жыл бұрын
@@kevinserrano2057 I thought the package was emmet!
@andrewtram32566 жыл бұрын
Love it! Very direct tutorial
@travishill30024 жыл бұрын
Why not use flexbox for the nav too?
@muhammadidrees66505 жыл бұрын
what font do you have in your editor, please?
@nettaj24534 жыл бұрын
My display (ex: display: flex;) is not blue. All of the other style tags are (background, color, and padding). I keep going back but I don't understand what is wrong. Please help me as I want to continue to learn.
@battlesocke4 жыл бұрын
Did you add a semicolon ; to the end of the previous line?
@hartfordacademy73753 жыл бұрын
This is the BEST tutorial EVER! I could KISS you right now man!
@ricardovazquez22745 жыл бұрын
Ive seen alot of use margin: auto; why not use space-between or space-around ?
@DavidElstob734 жыл бұрын
Beginner friendly - that's why!
@dorotaparzych28304 жыл бұрын
I don't understand one thing because I want a similar header as you showed in the movie ( in my case instead of a header a have a head which is above the body) When I want the black background to be stretched all over the width of the page... Why applying margin 0; and padding 0; to the header isn't working while writing the same in the body does the trick even though the body is below head? Thanks in advance. Ps. I really appreciate your content! It helped me to break through the problems of a fledgling WebDev:)
@dariusz80053 жыл бұрын
How add post window php in row ?
@TechDeviceFixerCZ5 ай бұрын
The row-reverse value is likely useful for Arabic or other languages that are written right to left :)
@daverdal14 жыл бұрын
Great video, only recommendation is to use a black background so its easier on the eye balls.
@kritimandal6865 жыл бұрын
i just loved it. Thank you.
@goncalocantante4 жыл бұрын
Great videos man, thank you!
@imani8284 жыл бұрын
Very Helpful - thank you
@lifegpt5 жыл бұрын
I don't get how that multiply command works when i type in div*2 or whatever it displays it in the code but doesnt multiply the code by 2?
@mastertyystudios55725 жыл бұрын
Did you press tab? I guess it also depends what IDE you're using.
@oksanaaloshyna22225 жыл бұрын
Very glad that I've found this awesome course, thank you! Have a little question: for some reason,
@emilyhuang27595 жыл бұрын
Might note help, but in the older version of these videos, he had us install Emmett library.
@TheFlyingFerret4 жыл бұрын
If your using visual studio code, don't type the '
@ORIJINN_STUDIO5 жыл бұрын
Excellent tutorials
@richowens52545 жыл бұрын
what code editor are you using for this tutorial?
@abhishek.rathore5 жыл бұрын
Visual Studio Code
@RandyX86 жыл бұрын
What software do you write your code in? It seems very handy!
@kevinserrano20576 жыл бұрын
VS Code, duh
@RandyX86 жыл бұрын
Thx
@RobisHaTa5 жыл бұрын
on this day still, you should use float layout because not all browser supports flexbox or parts of it but you have to know all 3 ways of laying your design
@hilmiarkan6 жыл бұрын
please do the backend course, like php and mysql. Thanks!
@badreddinesalmi64125 жыл бұрын
visual studio code
@muhammadrehan6a6283 жыл бұрын
Hello , I have a Q how does your browser reload automatically
@valuxia13 жыл бұрын
it doesn't on windows its ctrl+b but for mac i dont know i think its command b
@igotofaith5 жыл бұрын
what Application are you using?
@coreyf94754 жыл бұрын
at the display: inline;, the background-color disappeared and the 3 sections remained as one.....
@coreyf94754 жыл бұрын
this is a 7:04 or about, can not get past this point and don't know why
@crazy1star4 жыл бұрын
I'm having an issue in Dreamweaver where I put display: flex; and follow it with flex-direction: row; and nothing happens. I may or may not be just dumb but any tips would really help this noob out. These tutorials are immensely helpful to someone with 0 coding experience, btw. Update: I think I figured out why the display changes werent affecting my abcd divs. However, when I set the margin to auto they get super spread out lol Up-Update: Nvm I get it now lol.
@DrLobster6 жыл бұрын
CSS Grid would be a great addition, if you already haven't done one yet.
@markanthonybautista13255 жыл бұрын
Great tutorial!!
@UXSpecialist5 жыл бұрын
when I press tab after typing in "a" it turns into an "a href=" but when he presses tab, his cursor goes to the line below in between the div tags. Why?????
@nickeax5 жыл бұрын
Not all actions performed by pressing tab are Emmet actions. Some are 'snippets' and you can easily make your own. One setting to keep in mind is to have the snippets appear as the first preference.
@wojtekbar4 жыл бұрын
@@nickeax Thanks for the answer, I was also wondering about this one. Would you be able to elaborate, how exactly this is done?
@nickeax4 жыл бұрын
@@wojtekbar "editor.snippetSuggestions": "top"
@ducko23575 жыл бұрын
What software does he use?
@muhamedgalal30935 жыл бұрын
Mac os
@UXSpecialist5 жыл бұрын
VS Code (VISUAL Studio Code)
@pavlemilosevic82244 жыл бұрын
For some reason I can't make my margin-right work for li, even after doing all you did in tutorial. Here goes the code: li{ display: inline-block; margin-right: 20px; } I will comment the rest of my CSS code if I made mistake there. Update: I solved this, but from the other side I didn't. I just abandoned first document and did everything again and this time it worked fine, idk what was wrong first time but now everything is alright.
4:33 it is a little bit different *qwack sounds* xD well that was at least different. Jokes aside, years latter still really good tutorial
@dudebroguyman6 жыл бұрын
Does anyone know what text editor this is?
@Redheadtama16 жыл бұрын
VS Code
@dudebroguyman6 жыл бұрын
@@Redheadtama1 Thank you. Much appreciated friendo.
@yanair20915 жыл бұрын
iT,S really not a text editor. Maybe HTML editor or even IDE, but not text editor. I think it's a good practice to be precise with terms when it comes to dealing with computers.
@victorlara83566 жыл бұрын
Can you make a tutorial on html5 canvas websites ? Using three.js maybe ?
@sakinak86435 жыл бұрын
Thank you thank you thank you SOOO MUCH!!
@M4t9_2310 ай бұрын
is someone also watching this at 1.5 the speed??
@bdrsubuntu31594 жыл бұрын
so far so good
@zealace85736 жыл бұрын
good video...please do in separate page for css..
@Bazluu5 жыл бұрын
Are we abandoning the triple-section? PS loving the videos