Thanks for re-igniting my interest on web design. Many people recommend you in some forums as one of the best YT channels for learning web development, and after binge-watching some of your courses, I cannot ever disagree. Keep it up!
You have no idea how you have clarified all the very basics of CSS like max-width, width percentage, positioning by showing a live example in website. Thank you so much :)
Something I really love about these courses is how you deliberately make common mistakes when setting code up so you can explain why they're happening and then show the viewer how to address them. Seriously, it's invaluable. Really deepened my understanding of how these different elements interact!
@@NetNinja I'd noticed it throughout your tutorials (currently working through this one and PHP, and seriously, your teaching style is a godsend), and you actually answered a problem I was having with a bit of beginner webdev I was working on - I couldn't figure out why some relative elements weren't taking up space on the page, then today realized they were in a div that was set as absolute. Whitespace allocation wasn't something I'd learned from just googling around how to position stuff, so I really appreciate it coming up so intuitively here! Also the concept of a CSS reset, because that makes everything SO much easier moving forward. Thanks for all the work you've put into these courses!
No matter what you make a video on. You know your job well. Being an experienced Software Engineer, I find these so useful for refreshing my concepts and I am sure the beginners find them equally useful. Great job done 💯
It’s my second week of self teaching & first time here, think I’m in the right place , so far everything makes sense here , that’s how it feels. I like the way you explaining positioning.
Hello, Shaun! I'm on my way to become full-stack web-dev. I was for a long time in searching good resource to learn from, then I found your channel. Now I'm nearly done with html and css, thanks to your videos. I did buy your javascript course on udemy in order to support your labor! Thank you very much for your free courses as well!
I really must say that the example you used to explain positioning was the best and only practical example I have ever seen. This is the first example of CSS positioning that I see that gives a REASONABLE CONTEXT of this confusing concept. In all other tutorials that I’ve watched, the instructors really go out of their way to explain but the examples they use to explain it are pointless and don’t give any practical context. So I always finish watching their tutorials frustrated and feeling that something was missing and didn’t know what it was. I didn’t get why I don’t get it already. So finally an example that really shows a reasonable context to use positioning. Thank you very much!! Really Fantastic example and your explanations are spot on!
omg...finally i understand what im doing wrong! Even my teachers wont tell me online what i am doing wrong.......apparently I have used px, instead of % to keep headings/letters inside a banner...it would just glide outside of the image when shrinking the page.
Absolutely loving these tutorials but just a bit of feedback: Everything has been incredibly clear up until here: 28:15. This is hard to get my head around and I feel it could be clearer. I am really tired so it might be that though. Anyway, thanks again! Brilliant stuff.
I went through the whole course in 2 days using 1.5x speed - trust me you did a god level job - I loved the way you focused on details and positioning is really well explained. I feel like I should go through the whole coure once a month. Keep up the good work.
So I am going through the videos as I mentioned in another video, and I was able to find the answer to that last issues on the page where the "join the club" was acting differently than the rest of the UL/LI elements. We used the Join class twice! Haha I would have been so lost without this course so far and easily better than the instruction BootCamp courses. Thank you again! edit: oh you do go in and catch it yourself as well. But your instruction did give me the ability to identify it on my own so thanks again!
I am working through each of the 11 tutorials. #1 to #8 have all been very good. In this tutorial, I think the final Mario web page looks really good and gives the user a good template to work with.
I suggest understanding block and inline, how box model is applied to block element, default margin padding of element before watching this video. I got confused for the first time when I watched it.
Thank you for your free tutorial training course I'm learning a lot! just a question I noticed that the navigation titles are a bit way off the center how can I center it completely?
Dude, your Videos are overall so well done! I even figured out, that you dont need to experiment with the nav tag. If you inspect the header and hover over the outer field of the "block graphic" it shows you the exact measurement of the element in pixels on the webpage! So you can just read that off :)) in this case you couldve instantly seen that it were 147.88 pixels, so pretty accurate with the 148" in the video :D Greetings from Germany man, you are helping us out so much!!
Net Ninja I'd like to say you have made CSS so easy for me thanks I appreciate all your effort And also I want to say that maybe after each tutorial maybe just like a minute or two show the coding, as a learner I may touch somewhere on my mouse and with that I have made a mistake and when I save and preview I will not be having the same result as you have so just saying for my self and others out there. Thanks
Why do you hard code font sizes (e.g. 48px @ 31:12)? It seems that this will make the website less responsive. Why not use font sizing approaches that are more dynamic?
Sir, thank you so much! I've only been coding for 3 weeks now and I had a very hard time understanding this. I was beginning to think I choose the wrong hobby.
at 39:09...there's still a little line between the navbar and the banner image. It doesn't seem to be a margin...How can I get rid of it? Thank you. ok, I fixed it setting the .img banner as a block. I don't know if it's correct but it worked.
I hope you read this comment, what do you think about flexbox? should i use it for display ? could you do a tutorial about it ? thank you so so so much for your videos ! much appreciated your time and dedication
Hi, Ninja. This is my first time utilizing "white-space" property. I am just wondering if you are not using the layout system like Flex or Grid in order not to make this series complicated for the beginners?
8:30 for some reason this doesnt work for me. Its exactly the same code and using vsc. Ive re written it all so many times to check but its still not moring the text on top of the image.
2 hours later! Sorted. Haven't done code for about 2 years and refreshing on everything. Problem was, I wrote class="Welcome" instead of class="welcome". Now I remember why coding can get frustrating for the silliest little mistakes! Lol
Thanks Shaun you've been doing an amazing work I have a little issue, I was trying to tag my h1 as you did yours in this tutorial in my Css file, but it's not working, I mean the border, text color etc non is showing
Hello The Net Ninja! Which theme are you using in these videos? It certainly looks like Monokai++ but it is a bit dimmer with the colors than what I have found which is more pleasing to eyes.
Thanks for re-igniting my interest on web design. Many people recommend you in some forums as one of the best YT channels for learning web development, and after binge-watching some of your courses, I cannot ever disagree. Keep it up!
Wow awesome :D thank you!
You have no idea how you have clarified all the very basics of CSS like max-width, width percentage, positioning by showing a live example in website. Thank you so much :)
You're welcome :)
Something I really love about these courses is how you deliberately make common mistakes when setting code up so you can explain why they're happening and then show the viewer how to address them. Seriously, it's invaluable. Really deepened my understanding of how these different elements interact!
Thanks, really appreciate that :)
@@NetNinja I'd noticed it throughout your tutorials (currently working through this one and PHP, and seriously, your teaching style is a godsend), and you actually answered a problem I was having with a bit of beginner webdev I was working on - I couldn't figure out why some relative elements weren't taking up space on the page, then today realized they were in a div that was set as absolute. Whitespace allocation wasn't something I'd learned from just googling around how to position stuff, so I really appreciate it coming up so intuitively here! Also the concept of a CSS reset, because that makes everything SO much easier moving forward. Thanks for all the work you've put into these courses!
masterclass teaching very good
Voluntarily watched the Ad and never skipped Ad.
My way of thanking you for your amazing work and helping us for free. 💖
Thanks so much, I really appreciate it! :)
Man! what a fantastic course this is. Completed in one sitting, and let me tell you that it's worth in gold
No matter what you make a video on. You know your job well. Being an experienced Software Engineer, I find these so useful for refreshing my concepts and I am sure the beginners find them equally useful. Great job done 💯
It’s my second week of self teaching & first time here, think I’m in the right place , so far everything makes sense here , that’s how it feels. I like the way you explaining positioning.
Hello, Shaun! I'm on my way to become full-stack web-dev. I was for a long time in searching good resource to learn from, then I found your channel. Now I'm nearly done with html and css, thanks to your videos. I did buy your javascript course on udemy in order to support your labor! Thank you very much for your free courses as well!
Thanks so much, really appreciated :)
You are The Best Teacher Ever! You deserve alot of respect. Be blessed for the content you are sharing to us!
Been writing CSS since 2001, yet learned a lot! Thanks Shaun!
I really must say that the example you used to explain positioning was the best and only practical example I have ever seen. This is the first example of CSS positioning that I see that gives a REASONABLE CONTEXT of this confusing concept.
In all other tutorials that I’ve watched, the instructors really go out of their way to explain but the examples they use to explain it are pointless and don’t give any practical context. So I always finish watching their tutorials frustrated and feeling that something was missing and didn’t know what it was. I didn’t get why I don’t get it already. So finally an example that really shows a reasonable context to use positioning. Thank you very much!! Really Fantastic example and your explanations are spot on!
Thank you so much 😃
You are so goood, but I rather suggest that you write your codes so that we will be able to follow you orderly, and without any confusion
omg...finally i understand what im doing wrong! Even my teachers wont tell me online what i am doing wrong.......apparently I have used px, instead of % to keep headings/letters inside a banner...it would just glide outside of the image when shrinking the page.
Watch his flexbox video better, that will give different perspectiven
Absolutely loving these tutorials but just a bit of feedback:
Everything has been incredibly clear up until here: 28:15. This is hard to get my head around and I feel it could be clearer. I am really tired so it might be that though. Anyway, thanks again! Brilliant stuff.
dear shawn...you bring my stress levels down...you make me a better person...i love you sincerly, your fan
This is the best CSS tutorial on layout and position i have come across since I started learning 3 days ago!!
You are great, dude. You can't imagine how good and understandable your videos are. Keep going, you got new subscriber.
thank you!
@@NetNinja you're welcome😁
I had given up on understanding Absolute Positioning until I saw this. Now I finally understand. Thank you!!
I went through the whole course in 2 days using 1.5x speed - trust me you did a god level job - I loved the way you focused on details and positioning is really well explained. I feel like I should go through the whole coure once a month.
Keep up the good work.
Best tutorial ever on the topic!) I have been watching LinkedIn learning and other RUclips resources, thankful that I found out this course :)
Built my own website after watching your videos. Thanks a lot, was really helpful for front-end development. I am Samarth from India.
"All right there gang "this are great tutorials💯
Thanks Sam! :)
So I am going through the videos as I mentioned in another video, and I was able to find the answer to that last issues on the page where the "join the club" was acting differently than the rest of the UL/LI elements. We used the Join class twice! Haha I would have been so lost without this course so far and easily better than the instruction BootCamp courses. Thank you again!
edit: oh you do go in and catch it yourself as well. But your instruction did give me the ability to identify it on my own so thanks again!
Learned more from this video than my advanced webcoding classes. Thanks! :)
😳
Dear friend you are doing a good job break ing things for the people! Keep it that way.
You are number one in my top 3 of the best instructors, I am seriously happy to have found your channel. I'm grateful 🙏
Wow, thank you Ike! :) that's much appreciated!
I am working through each of the 11 tutorials. #1 to #8 have all been very good. In this tutorial, I think the final Mario web page looks really good and gives the user a good template to work with.
Thanks :). Glad you like it.
4 years later this is still very useful for me as a beginner. Thanks so much for really simplifying these CSS concepts
Glad it was helpful! :) thanks for watching
Had to watch it 4 times but now I got it. Insane. Thank you m8.
Out of everyone I've watched, you're the only one who actually described what the viewport is lol
I suggest understanding block and inline, how box model is applied to block element, default margin padding of element before watching this video.
I got confused for the first time when I watched it.
i know there are so many html and css tutorial out there. but i prefer your teaching style. Thanks!
Your teaching is amazing, I have never understood positioning until I watched this
Best HTML & CSS Tutorial, explanations are greats and brights.
Tnx u sir : After 2 months of searching finaly i fully understand the position properties
You are the best tutor and I am big fan of your Style to teaching us... Thank You ☺️.... For teaching us Sir💗😊...
So nice of you :) thanks for watching Syed!
You redefined UI design from zero to hero.
you make the web so easy and understanding for everyone
Just wow. That was a perfect teaching of a subject. Hands down man
omg! Thank you so much for these tutorials !! 🙏🏻
Clear explanation.Please upload the video on different CSS units(%,em,rem,px) and when to use what unit?
Your explanation is freakin awesome... Overall 10/10 rating :)
Thanks so much 😊
Now I know how position works after first seen, awesome tutorial!
This is awesome! I'm blown away! I love how you explain is very simple terms.
this is so practical
many cool websites that i visited contain a lot of these commands (also some contain js which i'll watch next)
Thank you for your free tutorial training course I'm learning a lot! just a question I noticed that the navigation titles are a bit way off the center how can I center it completely?
2 years late, but text-align: center; in the nav ul
In case anyone else gets this problem
Awesome Course and Very easy to understand.
Brilliant explanation 10 of 10.
Had to watch this 2 times but I got it all
great explanation ✌
Dude, your Videos are overall so well done! I even figured out, that you dont need to experiment with the nav tag. If you inspect the header and hover over the outer field of the "block graphic" it shows you the exact measurement of the element in pixels on the webpage! So you can just read that off :)) in this case you couldve instantly seen that it were 147.88 pixels, so pretty accurate with the 148" in the video :D
Greetings from Germany man, you are helping us out so much!!
for those have problems with centering the 'nav ul' , change 'max width' from 1200px to ur computer resolution size (e.g mine 1080px)
text-align: center; needs to be added for 'nav ul' (at 23:10)
Net Ninja I'd like to say you have made CSS so easy for me thanks I appreciate all your effort
And also I want to say that maybe after each tutorial maybe just like a minute or two show the coding, as a learner I may touch somewhere on my mouse and with that I have made a mistake and when I save and preview I will not be having the same result as you have so just saying for my self and others out there.
Thanks
Its looking beautiful, just in time!! Now just sit and wait for the new Mario movie to come out :D
You're a good teacher🥺
You explain it very well, I learn lots of from your video, Thanks man!
i really loved the way you designed this course thank you
Happy to hear that! :) thanks Hussain
I swear you are awesome. Finally someone taught me how to position my page . Big ups man . Are you on udemy
Why do you hard code font sizes (e.g. 48px @ 31:12)? It seems that this will make the website less responsive. Why not use font sizing approaches that are more dynamic?
A great tutorial! Really helped me to finally understand CSS positioning.
Very useful and clear video. Thank you!
Glad it was helpful! :) thanks for watching Mark
What a Tutorial, Amazing , unbelievable, thank you very much
Thanks Shaun for creating and sharing wonderful tutorials
It's like watching a cooking show haha. Nicely done! Btw I'm watching your tutorials on udemy and they are so great! thanks a lot!
Sir, thank you so much!
I've only been coding for 3 weeks now and I had a very hard time understanding this. I was beginning to think I choose the wrong hobby.
Superb👍
I loved every bit of it
Thank you very much for a well planned tutorial .
Excellent explanation
Thanks Shaun! Ur the greatest, along with Brad ☺️👨💻
Best of the best tutorial
Best Teacher. Or I should say Best Sensei ;)
Thanks! 😃
bro makes us humble by writing hex codes casually
Thank you. You make learning enjoyable.
Youre my CSS mentor bro
you deserve all the likes subscribes and shares. THANK YOU!
Great tutorial series, thank you so much!
thank you so much much love to u mr. ninja ur the best keep up the good work
This is great! I'm getting it.
That's great to hear Jeffrey! :)
at 39:09...there's still a little line between the navbar and the banner image. It doesn't seem to be a margin...How can I get rid of it? Thank you.
ok, I fixed it setting the .img banner as a block. I don't know if it's correct but it worked.
Very accessible, nice end product.
At 15:11 - why is the margin of the h1 in the header not background-color filled until you add padding to the header?
Best tutorial and it's very useful...👍🏻
Thanks a lot 😊
best of css😍😍
I hope you read this comment, what do you think about flexbox? should i use it for display ? could you do a tutorial about it ? thank you so so so much for your videos ! much appreciated your time and dedication
Thank to net ninja😍😍
AT 16:19, why does the banner start to cover the header ?What property made it change so ?
OMG , mate you should be a tutor. Why cant this be the norm when teaching.
"Dhanyabad !" It Means Thank You in Hindi !!!
"Dhanyawaad" hota hai bhai
Commenting for the RUclips algorithm :)
Hi, Ninja. This is my first time utilizing "white-space" property. I am just wondering if you are not using the layout system like Flex or Grid in order not to make this series complicated for the beginners?
Hey, correct. I have 2 complete playlists for flex and grid. But I think it’s important to understand all the basics first.
@@NetNinja Definitely! Thank you for reply.
8:30 for some reason this doesnt work for me. Its exactly the same code and using vsc.
Ive re written it all so many times to check but its still not moring the text on top of the image.
2 hours later! Sorted.
Haven't done code for about 2 years and refreshing on everything.
Problem was, I wrote class="Welcome" instead of class="welcome".
Now I remember why coding can get frustrating for the silliest little mistakes! Lol
Why is width changing at 15:28 when **position** is changed from static to fixed?? Any reasons??
I've been following this course from the very beginning. It's really easy to follow. However, the menu is not centered yet :P
Thanks Shaun you've been doing an amazing work
I have a little issue, I was trying to tag my h1 as you did yours in this tutorial in my Css file, but it's not working, I mean the border, text color etc non is showing
Can you change the color of the navbar at around 150px from the top by doing a sticky header??
wow the no wrap i would not have figure it out lol
I think you could do with * selector instead using body ul li h2 h3 ..
i wish i knew you 4 years ago
Me too
how many videos going to be in this category ?? great tutorials.
Hello The Net Ninja! Which theme are you using in these videos? It certainly looks like Monokai++ but it is a bit dimmer with the colors than what I have found which is more pleasing to eyes.
pls one question ninja why is it that you avoid using the caps lock like writing in capital letters
thanks