Тёмный

HTML Page Width and Height Settings | CSS Full Screen Size 

Dave Gray
Подписаться 309 тыс.
Просмотров 131 тыс.
50% 1

Web Dev Roadmap for Beginners (Free!): bit.ly/DaveGrayWebDevRoadmap
Learn how to set HTML page width and height settings in CSS to achieve a full screen size. Setting CSS Height and Width properties can be confusing when working with the html and body elements. This quick tutorial explains root elements, how the html and body element interact, and when to use viewport units as well as when to avoid them.
💖 Support me on Patreon ➜ / davegray
⭐ Become a full-stack web dev with Zero To Mastery Courses:
- The Complete Web Developer: bit.ly/WebDevMaster
- The Complete Web Designer: bit.ly/CompWebDesign
- Junior to Senior Dev Roadmap: bit.ly/WebDevRoadmap-JrtoSr
🚩 Subscribe ➜ bit.ly/3nGHmNn
☕ Buy Me A Coffee: www.buymeacoffee.com/DaveGray
HTML Page Width and Height Settings | CSS Full Screen Size
(00:00) Intro
(00:35) Initial set up and CSS values
(01:50) Viewing Computed Styles in Dev Tools
(02:26) The CSS Reset
(03:40) The root element of your webpage
(04:00) The body element
(04:35) Starting with percentages
(06:15) The root pseudo-selector
(07:15) What is the best solution for a full page height?
(08:25) The problem with 100% height on html and body
(09:20) The solution that has worked for years
(10:53) A more recent solution for full page height
(12:17) What about html page width?
(12:44) Setting html page width with percentages
(13:19) Why you may get a horizontal scroll bar and how to prevent it
(15:33) What styles should be set on the html element?
💻 Learn Web Dev at these sites:
www.freecodecamp.org
www.theodinproject.com
scrimba.com/
✅ Follow Me:
Github: github.com/gitdagray
Twitter: / yesdavidgray
LinkedIn: / davidagray
Blog: yesdavidgray.com/
Reddit: / daveoneleven
Was this tutorial about how to set the HTML page width and height with CSS helpful? If so, please share. Let me know your thoughts in the comments.
#html #width #height

Опубликовано:

 

2 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 291   
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
If you're learning beginning web development, save my playlist for beginners with tutorials on HTML, CSS, JavaScript and more: ru-vid.com/group/PL0Zuz27SZ-6ML9kSOCIjGv-5xcRvi-qZP Do you have a method you prefer to use to set your HTML page height and width? Share below!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
@Le Kaïd if I remember correctly, I showed a weather app. I have a tutorial on how to build it here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-s_Ie_yh_4Co.html
@user-nw8we9ul5p
@user-nw8we9ul5p 3 года назад
I’m just learning CSS and this is so helpful. It’s great that you touch subjects that normal courses don’t handle. All the tutorials explain only the box model, posintioning, etc. But contents like this takes time to notice and search and solve on my own. Thanks a lot. I’d love more CSS content like this!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Thank you! I will continue to add more content for CSS and all aspects of web development. I appreciate you watching and subscribing :)
@balkarangrewal3646
@balkarangrewal3646 Год назад
Hey bro , what's your progress?
@ManontheBroadcast
@ManontheBroadcast 3 года назад
I can hardly find such great tutorials getting in this level of detail and with a beginner friendly explanation.... Thanks for sharing, thanks for teaching...
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Thank you for the kind words!
@ahmedabdelaalweb
@ahmedabdelaalweb 3 года назад
Fantastic info. I'm surprised by how many CSS tutorials skip over this. Thank you very much!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
You're welcome!
@salvador8164
@salvador8164 10 месяцев назад
OMG I'VE BEEN SEARCHING FOR AGES AND THIS GUY SOLVES MY PROBLEM IN JUST 17 MINS OF VIDEO WHAT A GUY! BRAVO MAN CHEERS!
@silasowu4502
@silasowu4502 Год назад
Wow....Dave, this content is mind-blowing. Thanks to your insight on height and width settings, I have peace of mind now. 🤩🤩
@aleksandraryan
@aleksandraryan 3 года назад
I always enjoy new information and tutorials about HTML&CSS. Well explained as well 🙏
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Thank you!
@hgjghjkhify
@hgjghjkhify Год назад
Great quick and thorough explanation, Dave. Was having CSS overflow issues until I stumbled on this video. Crediting you and this channel in my documentation for my dynamic golf application site for a school project.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Glad to hear it helped! And wishing you the best on your project! 🚀
@gustavoferreira9802
@gustavoferreira9802 Год назад
Exactly what I was searching for! Very good content, mate. Helped me a lot. Congrats!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Glad to hear that!
@ernesto790
@ernesto790 2 года назад
Really??!!...I've spent dozens of hours on tutorials trying to get these topics straight, and this guy nails it in 15min. The works 👏👏👏
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
I'm glad I could help, Ernesto! 💯🚀
@The-sound-of-silence
@The-sound-of-silence 9 дней назад
You're brilliant. Thank you, you've got a new sub. ❤
@samfabio
@samfabio 6 месяцев назад
This is so helpful, keep going. you'r amazing!
@pankajniroula4388
@pankajniroula4388 3 года назад
This was very thorough and helpful. Something I'd always miss while I worked on similar situations. Thank you for sharing!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
You're welcome!
@j_u_d_y3041
@j_u_d_y3041 2 года назад
Thank you so much for the clear explanation! I've always been confused about why the content exceeds body and why width: 100vw generates that horizontal scrollbar. So glad that I found your video!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome! 💯
@mocococo2877
@mocococo2877 8 месяцев назад
Professionally explained and yet easy to understand. Thank you
@nihalmurali7470
@nihalmurali7470 Год назад
Had this overflow issue everytime i was styling a webpage. Scoured the internet for solutions and didn't find any. And stumbled upon this video. Thanks so much for doing this video Dave. Really helped me a lot.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
You're welcome!
@RojoCuerpo
@RojoCuerpo 3 года назад
Sir you have saved my afternoon! I was going nuts not understanding why i wasn't able to position my elements around my page, and then I went nuts figuring out how to give the body the size of the view port. AND THEN you just casually explained it as if it wasn't a big deal, because it wasn't!! You really made it super easy to understand. Thank you so much!!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Happy to help! 😃
@BTjacker
@BTjacker Год назад
I was facing some flickering of tooltips in my full screen react app and setting styles this way solved the issue. Thank you, love the way you explain things!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Glad it helped!
@humairafasihahmed1754
@humairafasihahmed1754 Год назад
Honestly was looking for this!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Glad I could help!
@MeinDeutschkurs
@MeinDeutschkurs 2 года назад
Thank you so much for playing around. It was exactly what I was looking for! 🙌
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome 💯
@behold_a_son
@behold_a_son 2 года назад
I've had this doubt from a long time! Thanks for solving it!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Happy to help! 💯
@salehdesta5569
@salehdesta5569 7 месяцев назад
Thanks boss. I have finally understood why that horizontal bar keeps appearing. Very helpful video 🔥🔥🔥🔥
@David_Liu93
@David_Liu93 Год назад
I absolutely loved your thorough and beginner friendly explanations. I'm currently learning web development and have to create a website based on figma design, and it's overwhelming, but therefore so interesting. Thanks for a chance to learn from the pro🤝 Can't wait to dive in your js and react content
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Thank you!
@marlonrtt
@marlonrtt 3 года назад
This video solved a lot of confusions in my mind...
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Glad I could help!
@DreamTitanGames
@DreamTitanGames Год назад
Excellent work Dave
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Thank you!
@louielee3583
@louielee3583 2 года назад
Great video Dave, thank you.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome, Louie! 💯
@Enn99999
@Enn99999 5 месяцев назад
super useful, this is what exactly I want
@youtischia
@youtischia 3 года назад
A great analysis of these two settings. Thanks.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Thank you
@princeudoka1177
@princeudoka1177 2 года назад
This is so helpful. Thanks Dave
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome! 💯
@lupebarriga8014
@lupebarriga8014 2 года назад
Life saver, thank you so much for making this video. A course I'm taking lacked this simple yet most helpful explanation to understand width and height, blessings :))
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad it was helpful! 💯
@samvibes8544
@samvibes8544 2 года назад
All the mistakes I have made till today got corrected , Thanks to you , keep it up Big Guy..
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Happy to help! 🚀
@ocabreiro
@ocabreiro 11 месяцев назад
The simple sometimes are the best way to do complex things. Amazing lessions, thank you very much.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 11 месяцев назад
You're very welcome!
@aliemreozturanl4247
@aliemreozturanl4247 2 года назад
This video is a must see if you are new to css. I had lots of problems until this video. Thank you so much!!!!!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome! 💯
@sbmahapatra
@sbmahapatra 2 года назад
Hey Dave, one thing I have to say, "You are the best". I am going to watch all your old videos followed by future videos.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Thank you so much for the kind words 🙏💯
@abheemk
@abheemk 2 года назад
Loved the content, Thanks, Dave
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad to hear it 🙏
@yuli3873
@yuli3873 Год назад
Thank you so much! This is super helpful!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Glad to hear that!
@havefun5519
@havefun5519 Год назад
Thanks for the detailed tut.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Glad it was helpful!
@gilblax8764
@gilblax8764 Год назад
Amazing. I'm starting now and the hardest thing to me is about to display objects on CSS. Even understanding about the tags, the parent and child, I'm still confused about how to display correctly the content. But, you and all community are helping.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Glad I could help! 💯 My Web Dev Roadmap includes my complete CSS course with a chapter dedicated to display and is free: bit.ly/DaveGrayWebDevRoadmap
@FaithSummersProduction
@FaithSummersProduction 3 года назад
Thank you so much! This is exactly what I needed :)
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Glad it helped! 😃
@peachy19968
@peachy19968 2 года назад
You are great at explaining things! Thank you.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad it was helpful!
@khushimk1879
@khushimk1879 2 года назад
One of the great video about height and width, thank you
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome! 🙏💯
@danielmadison4451
@danielmadison4451 Год назад
You nailed it. You actually explained it. Fantastic video. Thank you so much,
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Glad it was helpful!
@waqaramanat9404
@waqaramanat9404 22 дня назад
OMG.... bundle of thanks
@graciam3020
@graciam3020 2 года назад
This video was so helpful and incredibly well explained. Thank you, it's cleared up alot of my confusion!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad it was helpful! 🚀
@jahykemoney4820
@jahykemoney4820 2 года назад
same here. for a couple years (believe it or not) my main big problem/issue with developing my own website was on how to make sure that the site was 100% of the height of the screen size and how to make the body and html element grow when the child elements would increase in size. man. this has been a huge help!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
@@jahykemoney4820 glad I could help! 🚀
@gulinatayier9049
@gulinatayier9049 3 года назад
Great vide! Thank you!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Glad it helped! 💯
@andrewwarren654
@andrewwarren654 Год назад
Awesome. Practical fundamentals and great presentation. Very helpful. Thank you.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
You're welcome, Andrew!
@arunsh6212
@arunsh6212 2 года назад
very informative , thanks a lot.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome!
@NamNguyen-oz8uj
@NamNguyen-oz8uj 2 года назад
This is the best video about width, height in css. Thank you very much! 🎉🎉🙏🙏
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome! 🙏
@sxmvp
@sxmvp 2 года назад
Thank you so much, I'm currently learning HTML and CSS and this cleared up the confusion about why my height didn't act the way I wanted it to
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad to hear it helped! You can check out my HTML for Beginners playlist: ru-vid.com/group/PL0Zuz27SZ-6M1Uopt6_VL3gf3cpMnwavm and my CSS for Beginners playlist: ru-vid.com/group/PL0Zuz27SZ-6Mx9fd9elt80G1bPcySmWit with more lessons, too.
@asimwilliams2116
@asimwilliams2116 2 года назад
This is so helpful!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad to hear it! 💯
@musa94
@musa94 2 года назад
Learned a lot from this video, thanks!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad to hear you did! 💯🚀
@storm-technologie
@storm-technologie 2 года назад
you are the best, thank you so much, I was desperate with this problem , your explanations are clear and easy to understand
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad I could help!
@michaeltse4711
@michaeltse4711 Год назад
Very Helpful
@MrMonishSoni
@MrMonishSoni 3 года назад
This Video sums up my Manual Research of 4 Hours on the internet randomly. Wish i had come to this first :D Thanks For the video.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
You're welcome!
@FitnessChaos
@FitnessChaos 2 года назад
Good video man and great explanation.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Thank you! 🙏💯
@sharoonhayat4972
@sharoonhayat4972 2 года назад
thanks dave . this video is very helping i always get horizontal error and height but this video clears all thank you very much GOD Bless you
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're very welcome. Thank you for the note. 🙏💯
@mobalic8673
@mobalic8673 Год назад
Awesome explanation, Thanks! I think with the upcoming CSS 'Dynamic viewport units' feature, we can simply do: body{min-block-size: 100dvh;}, especially since '100vh' can cause some issues in mobile browsers.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Yes, that could help when they gain more support: caniuse.com/?search=dvh
@pnk9901
@pnk9901 2 года назад
You are the best! Thank You!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Thank you for the kind words 🙏🙂
@rawrsophiex
@rawrsophiex 2 года назад
thanks for this tutorial :) you have a lovely voice by the way!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Thank you, Sophia! 🙏
@sigmiami
@sigmiami 3 года назад
great explanation dave
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Glad it was helpful!
@noodian3268
@noodian3268 10 месяцев назад
never thought i would have the big lebowski explaining css quirks to me, but here we are
@Max-tq1ig
@Max-tq1ig 2 года назад
This is just perfect. Thank you (:
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome! 🙏
@wgooglie8854
@wgooglie8854 2 года назад
I am beginner and this is what i exactly needed. Thank you so much for this wonderful tutorial. plz upload these kind of more tutorials which only covers basis of html css and javascript.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Thank you! 🙏 I am currently outlining a full HTML & CSS course for beginners, and I have a full Javascript for Beginners tutorial here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EfAl9bwzVZk.html 💯🚀
@wgooglie8854
@wgooglie8854 2 года назад
@@DaveGrayTeachesCode yeah i am watching this right know❤️
@mohamedmahmoud-nj1uh
@mohamedmahmoud-nj1uh Год назад
thanks a lot I have been several days struggles because i can't understand the usage of the min-height you give details no one teach it thanks a lot .
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Glad it helped!
@jasserlabiadh7012
@jasserlabiadh7012 2 года назад
thank you that was super helpful
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad to hear it! 💯
@tonystack3365
@tonystack3365 2 года назад
Thank you so much for your help!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome! 🚀
@dudekiller82
@dudekiller82 3 месяца назад
That helped thank you
@PositiveZahid
@PositiveZahid 2 года назад
Wonderful tutorial, excellent explanation. Thanks
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome! 💯
@rynakiqbal
@rynakiqbal Год назад
Amazing, thank you
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Welcome!
@lionelfaith3646
@lionelfaith3646 Год назад
wow 😀😀 you are the best , love you bro !
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Thanks! 😃
@Knards
@Knards 3 года назад
I learned Sass about 5 years ago, and I love writing CSS more every day. Just now learning @forward and @use
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Keep it up! One of my goals is to continue improving my CSS and Sass skills this year. 💯
@im_the_raymond
@im_the_raymond 2 года назад
you are great man!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Happy to help! Thank you 🙏
@manuelvaal1257
@manuelvaal1257 4 месяца назад
Awesome 💡
@makeurownstory6206
@makeurownstory6206 2 года назад
my life changed by this channel ......how to view html and css ... love u gray
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Thank you for the kind words! 🙏💯
@shariqshoaib3207
@shariqshoaib3207 2 года назад
Really great way of explanation, it really helped me. Thank you so much.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome! 🚀 Glad I could help.
@Sonu_Kr95
@Sonu_Kr95 2 года назад
Great video thanks alot
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad it was helpful! 💯
@syednoohu8692
@syednoohu8692 2 года назад
It saves my one year! thanks
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Great to hear! 💯
@imade6707
@imade6707 Год назад
thank u Dave!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Welcome!
@hardwired89
@hardwired89 3 года назад
Thank you dave 👍
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
You're welcome 🙂
@SanthoshKumar44
@SanthoshKumar44 Год назад
Thank you so much !!!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
You're welcome!
@christopherpink842
@christopherpink842 2 года назад
THANK YOU , I literally spent over 12 hrs trying to build a webpage and the layout was not fitting on different screen sizes, using mediaqueries than on another screen size would change , I was about to just give up until i found this video
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad I could help! 🚀
@andreip.8321
@andreip.8321 2 года назад
hehe, I didn't know about the difference between the width: 100% and 100vw. That's awesome. Indeed, as others said, one of the best videos on CSS width and height.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad to help! 🚀
@ahmad-murery
@ahmad-murery 3 года назад
Nice tips Dave, I'm using 100vh for the body min-height but don't set the width property (I think body is block element which has 100% of the parent width), for the html I always add scroll-behavior: smooth Not sure if It's a good idea to put this video in a separate playlist dedicated for common design problems/fixes I enjoy fixing things or seeing someone do Thanks
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Right on - yes, width has a default of auto. I set it mostly out of habit and showing my intention in the code. Thanks for the scroll-behavior suggestion! I will check that out :)
@krishnag6199
@krishnag6199 2 года назад
Superb tutorial...
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Thank you 🙏
@Michelle1992w
@Michelle1992w 2 года назад
I’m a beginner at web development and I coded a site for my husband’s business. I had sizing issues and thanks to this video now I know why. If I would of known this I wouldn’t of paid someone to fix my page. They made it seem like my code was a huge mess and made me feel so bad since this is a career I really want to persuade. Now I now the issue could be simply done by my body and HTML set size.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad I could help. You can do this! Best wishes for your career! 💯
@giulia6930
@giulia6930 2 года назад
thank you very much !!!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome, Julie! 🙏
@gustavomonte6672
@gustavomonte6672 2 года назад
Beautifully explained. +1
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Thank you, Gustavo. 🙏
@teosurch
@teosurch 2 года назад
Thank you!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
You're welcome 🙏
@sagarchawla4926
@sagarchawla4926 11 месяцев назад
I was struggling with the bottom scrollbar, you cleared my confusions
@DaveGrayTeachesCode
@DaveGrayTeachesCode 11 месяцев назад
Glad to hear that!
@EmelieBoss
@EmelieBoss 3 года назад
Omg thank youuuuu!!!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Welcome!!
@infinito_potencial
@infinito_potencial Год назад
thank u very much!!! 🥰
@DaveGrayTeachesCode
@DaveGrayTeachesCode Год назад
Welcome!! 💯
@BG-fo4si
@BG-fo4si 2 года назад
Very helpful
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad it helped! 💯
@GbpsGbps-vn3jy
@GbpsGbps-vn3jy 3 года назад
Hi, Dave, have a question about the images. Do you know how to set img css properties so it is properly sized to 50% of body width (or it's container) when using flexbox, or to be naturally at auto when elements at left side are bigger? Thanks in advance
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Great questions, and there is a lot to know about images and sizing. I could create several tutorials or articles about this, but I haven't yet. Kevin Powell has a great channel all about CSS and has created some videos on image sizing. Definitely look his channel up!
@maksymdudyk1718
@maksymdudyk1718 3 года назад
Thank you so much, Dave. I am a back-end developer looking to quickly master CSS. And I think of no better place to do this, but with your vlog. Would you please advise me on the learning roadmap: what tuts of yours to watch first. Sincerely.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Just today I started a CSS playlist that I will continue to add tutorials to: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-k34U4IVILSg.html Thank you for asking, watching, and subscribing :)
@maksymdudyk1718
@maksymdudyk1718 3 года назад
@@DaveGrayTeachesCode I appreciate your quick response!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
You're welcome 👍
@user-nw8we9ul5p
@user-nw8we9ul5p 3 года назад
I'm also learning CSS, thanks Dave.
@abdihakimguliye8207
@abdihakimguliye8207 3 года назад
Thanks i learnt alot
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
You're welcome!
@scryptum
@scryptum 2 года назад
.... there is nothing better than the basic methods!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Agreed! 💯
@arumlarosati
@arumlarosati 2 месяца назад
Thanks
@mridulbagla
@mridulbagla 3 года назад
Awesome 💥💥
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
Thank you!
@viniciusm.m.7822
@viniciusm.m.7822 3 года назад
Thanks!!!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 года назад
You're welcome!
@capybaratech377
@capybaratech377 2 года назад
Thank you Dave, somehow, someway, it worked. Im so bad at coding, its shamefull. God bless you
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 года назад
Glad I could help!
Далее
Learn Flexbox CSS in 8 minutes
8:16
Просмотров 1,4 млн
skibidi toilet 74
07:02
Просмотров 19 млн
CSS Tips And Tricks I Wish I Knew Before
12:12
Просмотров 416 тыс.
Learn CSS flexbox in 10 minutes! 💪
10:01
Просмотров 106 тыс.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 892 тыс.
Subtle, yet Beautiful Scroll Animations
5:04
Просмотров 1,6 млн
Learn Flexbox in 15 Minutes
15:12
Просмотров 1,1 млн
A better image reset for your CSS
11:16
Просмотров 105 тыс.
Git MERGE vs REBASE
16:12
Просмотров 1 млн
Native JSON in OTP 27! (Elixir, Erlang, Gleam)
2:03