WHAT AN EXPLANATION! This channel is just awesome! You explain the WHY when most of the TH-camrs stay on the HOW. Thank you! I will start watching your videos from now on.
I think this is one of the most underrated channel for web development on youtube because this guy deserves more subscribers and views.reason could be what? just because he doesn't say to subscribe to his channel?
Wow❤️🔥 this channel should have more subcribers than that.ur contents are so pure and clear.even your voice is so likeable.im so lucky to find your channel. Keep it up man👏 Good luck😍
at 07:39 you do "clear: right", which is applied for the paragraph. My question here is, why does the image for the third p moves down as well, even though the clear attribute was only set for the paragraph?
Thanks God, someone finally cleared these concepts to me. The one dislike is from a person who wanted to be a web developer but could not learn beyond Tags.... . The TH-cam is filled with garbage, people like you are hidden gems and they are quite hard to find.
Float and clear are one of the confusion topics of CSS, there are different senerios in which they behave differently, like for example if two consecutive images are floated left or right will pile up one after the another .. and when we use clear=both on them , then they will pile up on top of each other. Also please make one video on Floats / overflow=auto effects on page layout (with div's) its completely different.
Very clear explanation, thanks a lot.I just didn't understand something.When you set clear property to "both" on third paragraph why the paragraph didn't go under the image?
The third paragraph does render below the image from paragraph two with the clear values `right` or `both`. It will not change the side it is on. If I want to move it under the other image then I need to use float:right; in addition to the clear property.
Would like to work with the file you give, I've cloned the index.html. I like to work with the same assets as the instructor. Do you have a link to the deadpool image you're using?
In the description is the link to the HTML file with the CSS that I changed in the tutorial. The other file was just a few lines of basic CSS for fonts. I don't have the images or the CSS anymore.
Great Explanation, I even understood it. 😂. I would like to know how to have a single line of text that is centered on the image that is floated. Thanks.
@@SteveGriffith-Prof3ssorSt3v3 I think my question was not too clear. The image has a mid point on the side, half way up from the bottom of the image. A single line of text (normally) would be aligned with the top part of the image, I would like to move the text down so it is centered on the image. By the way, so appreciate the lesson and speedy reply.
@keithsorrels6903 the css vertical-align property controls how and image aligns with the text on the line that it sits inside of. Again though, with float that no longer applies. The image is not part of the line anymore.
WHAT AN EXPLANATION! This channel is just awesome! You explain the WHY when most of the TH-camrs stay on the HOW. Thank you! I will start watching your videos from now on.
I think this is one of the most underrated channel for web development on youtube because this guy deserves more subscribers and views.reason could be what? just because he doesn't say to subscribe to his channel?
Subscribed, as I totally agree!
Steve's CSS series is the best css course i've watched during this pandemic. Thanks.... no, million thanks actually
I enjoyed how you went through some troubleshooting steps while explaining the code. It's very useful.
Thanks for uploading this video. Your clear explanation of the CSS clear property helped me finally understand it!
Super clear! Explained everything well without presuming prior knowledge. Thank you!
Thanks for an enjoyable tutorial on the concept & implementation of FLOAT. The tip on overflow:auto is a great bonus.
I'm gonna follow you for the rest of my development journey
You're a great Professor! I'm so glad I found your channel.
Bro fr, u are the best, in explaining this things about websites, bro congratulations u made it ur the best, I really like your style
Thank you so much; my wife and I just watched the video and loved the teaching! very useful and learner-oriented! Killer voice BTW!
Many great overdue thanks to your family and friends. Thank you very very much. Thank you very much.
After going through bunch of your videos, I guess your favorite color must be gold :p . Great videos. Love them :)
Thank you ! Your explanations are easy to grasp :) Very clear and makes css a less stressful subject 👍🏼
Well spoken, clear, concise, explains every detail! This is exactly what I need 👌Subbed
thank you, i now have a proper knowledge about the clear and float property
Thank you... I have been stressing over this topic for 2 days.. thanks to you.. I'm able to understand it.....
Pretty clear and straight forward explanation on floating property. Congrats @Steve, it helped me a lot!
I really like your lessons, very clear and easy to understand, thanks a lot for your contribution 🙏🙏🙏🙏
Thank you for making it simple. Great Work
far more helpful than the other videos I watched on the topic. Im now a subscriber!
Wow❤️🔥
this channel should have more subcribers than that.ur contents are so pure and clear.even your voice is so likeable.im so lucky to find your channel.
Keep it up man👏
Good luck😍
Like the way you explain. You keep everything simple and it's easy to follow up.
Quick to the point, Soft voice and super explanation. Super subscribe and like!!
Much better than other videos, keep going!
Very useful video. Very good explanation. Thank you!
You have your explanation way really I like it most
Ohh you're brilliant man, i got help from a 6 years old video.
at 07:39 you do "clear: right", which is applied for the paragraph. My question here is, why does the image for the third p moves down as well, even though the clear attribute was only set for the paragraph?
Because the image is inside the cleared paragraph
@@SteveGriffith-Prof3ssorSt3v3 ah, that's right, completely missed that. Ty!:)
Thank you so much i had hard time understanding this 2 concepts.
thank you very much steve....you made things easy
Thanks for the clear explanation!
This was very well done and explained. Thank you.
That felt easy
Thank you
You absolutely rock with the explanation.
Great video! Thanks for the clear explanation
Thank you very much. very useful and concise!
I was always wondering what is :auto....now I get it ;)
Thank you, this is the thing I exactly wanted to know
Thanks God, someone finally cleared these concepts to me. The one dislike is from a person who wanted to be a web developer but could not learn beyond Tags.... . The TH-cam is filled with garbage, people like you are hidden gems and they are quite hard to find.
Thanks for making this simple.
Float and clear are one of the confusion topics of CSS, there are different senerios in which they behave differently, like for example if two consecutive images are floated left or right will pile up one after the another .. and when we use clear=both on them , then they will pile up on top of each other. Also please make one video on Floats / overflow=auto effects on page layout (with div's) its completely different.
See my video on clearfix about that
Very clear explanation, thanks a lot.I just didn't understand something.When you set clear property to "both" on third paragraph why the paragraph didn't go under the image?
The third paragraph does render below the image from paragraph two with the clear values `right` or `both`. It will not change the side it is on. If I want to move it under the other image then I need to use float:right; in addition to the clear property.
Thinks sir big help in self improvement
Would like to work with the file you give, I've cloned the index.html. I like to work with the same assets as the instructor. Do you have a link to the deadpool image you're using?
That was just something I found online and used for a few demos. Dont have it anymore.
Thank you St3v3! It's really helpful to me.❤
Thank you for a great explanation!
wow!!! it was re4ally helpful... thank you so much
Thanks, what about inherit property in clear?
Clear is not inherited
Could you provide the links to the images and the css file referred to in the tutorial. Thanks however; was really useful.
In the description is the link to the HTML file with the CSS that I changed in the tutorial. The other file was just a few lines of basic CSS for fonts. I don't have the images or the CSS anymore.
Thanks!
Learning CSS. This is the best instruction I've come across paid or free. Thanks for your efforts, much appreciated!
Thanks very much Robert!
What about clearfix hack? Can you explain it? Thanks in advance.
I just added the video on clearfix studio.th-cam.com/users/video2tC4PIlEz_o/edit
Clear explanation. Awesome.
Clear: left -> drop below elements floated to the left.
Clear: right -> drop below elements floated to the right.
Nice work!!
Nice Tutorial.
Amazing video! I do have a question tho.. How do you make it so your webpage updates automatically as you code?
In VSCode it is the Live Server extension. It runs a node web server and uses web sockets to talk with the page and pass updates and they happen
Good job 👍
what if in .three we remove "clear:both;" and on .one we leave overflow auto. Wont it work?
Try it. The best way to learn and make sure that you understand is to experiment and see if things behave the way you expect them to.
What happens if u use height instead of overflow?
Height doesn't stop anything with floating. It would cause more problems by forcing an element to be a specific height
Nice job
Great Explanation, I even understood it. 😂. I would like to know how to have a single line of text that is centered on the image that is floated. Thanks.
You can't float anything to the center. Floating means moving it to the left or right and changing how things move around it.
@@SteveGriffith-Prof3ssorSt3v3 I think my question was not too clear. The image has a mid point on the side, half way up from the bottom of the image. A single line of text (normally) would be aligned with the top part of the image, I would like to move the text down so it is centered on the image. By the way, so appreciate the lesson and speedy reply.
@keithsorrels6903 the css vertical-align property controls how and image aligns with the text on the line that it sits inside of. Again though, with float that no longer applies. The image is not part of the line anymore.
@@SteveGriffith-Prof3ssorSt3v3Thanks a lot!
Great explanation!
great explained! thx bro!
Thank you so much 😍❤❤❤
thank you , its good and easy.
Thank you helped me a lot
Thank you for this!
great video, thank you
Thank you Steve
thank you , very good video !!!!!!!!!!!
Aww! 😍 Awesome, Man
very good video
thankyou
Thx
useful, thank bro
Thank you Bro!
thank you k
JUST Perfecto!
u r dope. ❤❤❤
bless you sir
The perfect thank you
Thanks a lot
Thankyou ..
super!
❤️
I like your video but you did not touch the clear property.
6:50
Hello
Hi.
@@SteveGriffith-Prof3ssorSt3v3 thanks for this video, it's helpful........
Great explanation!