Learn CSS BOX MODEL - With Real World Examples

Поделиться
HTML-код
  • Опубликовано: 21 дек 2024

Комментарии • 242

  • @pepitoalmonte1238
    @pepitoalmonte1238 9 месяцев назад +121

    Jesus bro, everyone is focusing on making short videos without details, but this 17 min long is worth every second.
    thanks so much.

  • @niinjablade9369
    @niinjablade9369 9 месяцев назад +49

    This is the holy book of CSS Box models, thank you.

  • @official_bqpro
    @official_bqpro 7 месяцев назад +46

    The Odin Project Brought me here. it was very clear and punctual on point.. Much love form 'South Africa'

  • @XMusicSickness
    @XMusicSickness 6 месяцев назад +40

    Hot damn, this guy literally made me understand a concept i was having trouble with for a month in just 17 minutes...

  • @Website_TV_1
    @Website_TV_1 3 месяца назад +2

    This video is a gem! The explanations of the CSS Box Model are super clear, and the real-world examples make it so much easier to understand. It's great to see a tutorial that breaks down complex concepts in such a simple way. Thank you for taking the time to explain margin, padding, border, and content in detail-this will definitely help me with my web development projects.

  • @dragon_buster_10k
    @dragon_buster_10k 7 месяцев назад +15

    Dude, you don't realize how much trouble I've had with resizing buttons, inputs, and other stuff and their true sizes being inconsistent. Thank you so much man!

  • @blakeclark8622
    @blakeclark8622 Год назад +4

    Thanks!

  • @ride-time
    @ride-time 11 месяцев назад +23

    That is by far the best explanation of the box model I've ever seen. Nice work!

  • @jonaichi_09
    @jonaichi_09 Месяц назад +2

    This is the simplest and best guide of the Box Model I've seen yet.
    Great job brother!

  • @AndyMorrisArt
    @AndyMorrisArt 2 месяца назад +2

    I appreciate how well you explain the details. I learned more in the last 17 minutes than I have in hours of watching other videos. I knew to use those resets but no-one ever explain exactly how they worked. Thanks.

  • @kopilkaiser8991
    @kopilkaiser8991 5 месяцев назад +11

    Definitely, you are the best source to learn CSS simple and easy. You have made it absolutely simple to understand the logic of all these technologies

  • @JimmyCrackorn
    @JimmyCrackorn 3 месяца назад +3

    Following your content has made my code the cleanest it's ever been since trying my hand at CSS. I started web development with HTML 23 years ago, and it was far different from how things are now. You give the most complete rundowns, and show a bunch of variations. I learned new things from you I couldn't find on my own because I didn't even know how to describe what I was looking for. Thanks to you, I know how these languages relate to each other.

  • @internet_user_
    @internet_user_ 5 месяцев назад +3

    No other video on this topic clicked with me until now. The way he explains it is just perfect and completely understandable. Other people make it sound like this concept came from another planet.

  • @shoebpatel4027
    @shoebpatel4027 3 месяца назад +2

    You are the best CSS tutor available on the youtube. Thanks!

  • @alioe14
    @alioe14 3 месяца назад +2

    also came here from the Odin Project. You told the box model like explain it like i'm 5 years old. Thank you! You've explained it very clearly!

  • @sneaksneak6522
    @sneaksneak6522 Год назад +37

    You're such an incredible teacher, I will buy your course, thank you

    • @jayjaayjaaay94
      @jayjaayjaaay94 9 месяцев назад

      can you give me the review of the course? I am consider to buying it as backend engineer who dislikes learn css 🥲

    • @sneaksneak6522
      @sneaksneak6522 9 месяцев назад

      ​@@jayjaayjaaay94 I really enjoyed it. If you like his teaching style here on youtube, you will enjoy the course. It doesn't teach you absolutely everything, but in my case it took me from not understanding CSS and hacking my way through it, to being confident enough to use it with little effort

  • @rileylavonne8863
    @rileylavonne8863 9 месяцев назад +4

    Worth watching the whole thing. Speed it up if you want, but don't skip this one! Thanks!!!!!

  • @Budywieser
    @Budywieser 11 месяцев назад +8

    Wow you explained this a lot better, I am doing some online boot camp and i get confused by this margin, padding, and elements and you help me understand it.

  • @DeanCohenOfficial
    @DeanCohenOfficial Год назад +2

    Best video I have seen about this topic.

  • @stefanfrunza8992
    @stefanfrunza8992 3 часа назад +1

    This video was incredible, man. You truly made my Christmas better!

  • @brooklynsicily9145
    @brooklynsicily9145 6 месяцев назад +2

    I learned more in this 8 minute video and another of your 2 minute videos then I did in 4 weeks of a online course. Good shit bro

  • @badcatdesign
    @badcatdesign Год назад +97

    I use the mnemonic of “TRouBLe” to remember the order of Top Right Bottom Left. Keeps me out of TRBL 😂 Thanks for the video.

  • @alawi096
    @alawi096 6 месяцев назад +1

    Amazing tutorial, i have watched multiple videos and read multiple documents, but your tutorial is the only one that clicked with me. Thank you !

  • @johnmellet6610
    @johnmellet6610 Год назад +3

    Thank you so much genuinely I am busy building my first survey form and i thought i kind of understood padding and margin but this video has completely changed everything for me with css! I was really struggling picked up html strait away and i can style with css, i have only been learning a week but this has broken it all down and elaborated on all the elements thank you so much!!

    • @johnmellet6610
      @johnmellet6610 Год назад

      tell you what here is my current html and css code so you can take a look and when I finish it you can see how much you have helped xD
      HTML


      Survey Template Project


      Template Survey Form
      [Insert text here]


      Enter your first name:
      Enter your last name:
      Enter your email:
      Enter your number:


      Select option:

      (Please select)
      Option 1
      Option 2
      Option 3
      Option 4




      Please select one (required)
      Yes!
      No!


      What would you like to see improved?(Check all that apply)
      Selection 1
      Selection 2
      Selection 3
      Selection 4
      Selection 5
      Selection 6
      Selection 7


      Additional information
      Any additional info:
      Add am image:




      This page was created by John Mellet
      If you would like to see more projects of mine click Here
      © 2023 Example Company. All rights reserved.

      css
      body {
      width: 100%;
      height: 100vh;
      }
      .br {
      background-image: url('stock.img');
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      }
      h1, p {
      margin: 1em auto;
      text-align: center;
      font-family: Helvetica;
      }
      form {
      width: 60vw;
      max-width: 1200px;
      min-width: 300px;
      margin: 0 auto;
      font-family: sans-serif;
      font-size: 16px;
      color: #e7e1db;
      background: rgb(0,0,0);
      background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(5,4,75,1) 16%, rgba(41,11,190,1) 52%, rgba(0,0,0,1) 95%);
      }
      fieldset {
      border: none;
      padding: 2rem 0;
      border-bottom: 5px solid;
      }
      label {
      display: block;
      margin: 0.5rem 0;
      }
      footer {
      color: whitesmoke;
      font-family: Times New Roman, Times;
      }

  • @davisjustis3
    @davisjustis3 3 месяца назад +1

    Sometimes you just need that perfect video for you to truly understand a concept. This is that video for me.

  • @richardsinclair7661
    @richardsinclair7661 10 месяцев назад +2

    Thank you so much. You've been the best that I've found at explaining CSS in a way that is both clear and straightforward.

  • @RancorSweetly
    @RancorSweetly Год назад +3

    UNIVERSAL STAR SELECTOR 9:50 this is something I actually really needed but had no idea it existed. Thank you! 🙏🏼

  • @imuhammadessa
    @imuhammadessa 6 месяцев назад +1

    I was struggling to learn how box model work in css and why we use box-sizing property.
    I learned it well today, thank you so much for this ❤️

  • @magnumjade45
    @magnumjade45 7 месяцев назад +2

    such a great teacher. im dumb af but you made me understand box model in 17 min. thank you so much.

  • @BK69XXX
    @BK69XXX 6 месяцев назад +1

    These vidoes are so addictive that i start having doubt about him adding crack in the concepts so that no one can skip a single video.

  • @rickyp9803
    @rickyp9803 Год назад +3

    Excellent, excellent, excellent, explanation. Thank you very much, you've made clear a whole bunch of things that I as a beginner studying web development, have been trying to figure out and no other video was able to explain it as you do in this one.
    For example, what does the box and it's sections in the developers tools mean, as well as how to use and understand the box model in the developer tools.
    You have given me a clear understanding of that tool.
    Again, muchísimas gracias.

  • @liliies081
    @liliies081 Месяц назад +1

    Thank you! I never understood why the universal * properties thing and the box-sizing but this video made it very clear. I am probably gonna forget it but good thing i can come back to this video anytime and learn it again.

  • @00SecretAgent
    @00SecretAgent 11 месяцев назад +1

    @SlayingTheDragon
    ...
    Finally, someone I can hear, understand, and follow all in one box..!

  • @FernandaUnB
    @FernandaUnB 4 месяца назад +1

    this video solved all my questions, keep up with the channel men!

  • @HimanshuGupta-jx4nk
    @HimanshuGupta-jx4nk 6 месяцев назад +1

    Thank you!!!! I missed this class and I have a javascript class in few hours. And I hadn't slept in 24 hours, I just needed to get this done and this video did it!

  • @Jazz-u5w
    @Jazz-u5w 3 месяца назад +1

    Really well explained. No confusing. Everything on point. Thanks ♥

  • @taufiq6329
    @taufiq6329 8 месяцев назад +2

    no one does it better than you my king😊😊

  • @ramune_flowers
    @ramune_flowers 9 месяцев назад +1

    Just learned about this in my course and was getting so confused by the explanation. Thanks for keeping it short and concise, it's actually not that hard!

  • @DnsError80710102
    @DnsError80710102 9 месяцев назад +1

    Yes "we see" how helpful this explanation was no fluff thank you so much!

  • @mattnj8080
    @mattnj8080 11 месяцев назад +2

    Your videos are great. I love the tips that go beyond just showing how it works. This is the first time I've heard of border-box which helped me a lot as I was always doing math before and layouts were confusing.

  • @mykelcee
    @mykelcee Год назад +6

    Never fail to amaze me with your teaching skills.

  • @lunarskyye2680
    @lunarskyye2680 8 месяцев назад +1

    Wow. Now this is a cracking tutorial. I understood everything until the 2nd reset you did with pseudos. Maybe because I haven't looked at before and after yet.
    Brilliant tutorial.

  • @prasadranjansikdar6127
    @prasadranjansikdar6127 7 месяцев назад +1

    You really explained it so simply.. Thanks for the lessons it really means a lot for the ones similar like me who are struggling to understand and implement.

  • @SuperDarmino
    @SuperDarmino Год назад +13

    i cant unhear Border-Box in Slay's voice 😭😭

  • @flp905
    @flp905 9 месяцев назад +1

    the way you teach is flawless :)

  • @RancorSweetly
    @RancorSweetly Год назад +4

    I didn't even realize I needed to know this thank you!! Great video start yeah! 🔥

  • @Dharmendrakewat123
    @Dharmendrakewat123 2 месяца назад +1

    One big css concept is cleared after long time thanks bro

  • @hiarafatYT
    @hiarafatYT 11 месяцев назад +3

    You explained it really well. Thank you so much.

  • @nitkarshchourasia2406
    @nitkarshchourasia2406 10 месяцев назад

    🎯 Key Takeaways for quick navigation:
    00:00 📦 *CSS Box Model Overview*
    - Understanding the CSS Box Model.
    - Components of the Box Model: content, padding, border, and margin.
    - Importance of each component in defining the layout and spacing of elements.
    02:35 🛠️ *Implementing Box Model in CSS*
    - Practical demonstration of applying Box Model properties in CSS.
    - Using classes to style elements and manipulate their content, padding, border, and margin.
    - Live coding example with explanations of each step.
    08:25 🔄 *CSS Box Sizing: Content Box vs. Border Box*
    - Explaining the difference between content box and border box sizing.
    - Understanding how box sizing affects the calculation of element dimensions.
    - Advantages of using border box sizing for consistent and predictable layout behavior.
    12:44 📐 *Practical Application and Best Practices*
    - Applying border box sizing to ensure consistent element dimensions.
    - Best practices for setting box sizing in CSS, including using universal selectors.
    - Importance of box sizing reset for maintaining layout consistency across different elements.
    Made with HARPA AI

  • @yokk0
    @yokk0 Год назад +2

    love from brazil

  • @tevfik7
    @tevfik7 7 месяцев назад +1

    You are a great teacher bro. You have a new sub. Keep them coming.

  • @fase8729
    @fase8729 9 месяцев назад +1

    I appreaciate your labor dude

  • @fazalmahmud2050
    @fazalmahmud2050 5 месяцев назад +1

    Every second is worth watching. Thank you.

  • @Lian-zb5rk
    @Lian-zb5rk Год назад +2

    i have stumbled upon a gold mine of content

  • @MuhammadNafizAlRakib
    @MuhammadNafizAlRakib Год назад +2

    web legend is back with a fire video. 😅 You are awesome brother

  • @shobuj_pata
    @shobuj_pata 3 месяца назад +1

    I was fascinated by the explanation of the box-sizing: border-box; part! I really didn't know what the purpose of this element is until now when I saw your explanation!
    I was having a lot of trouble measuring my text and content inside the div container (box) but nothing was taking action according to my desire, because guess what, all this time my whole style sheet was measured according to the box-sizing: border-box; element. At that time, I really didn't know what its purpose was.
    Now that I got to learn from your video of the actual purpose of this element, my problem is solved, and I am able to measure my div container (box) as I desire to be.

  • @sureshkumar3217
    @sureshkumar3217 Год назад +2

    I am doing css and I love this video

  • @habeebabdullahi429
    @habeebabdullahi429 3 месяца назад +1

    I love this content a lot, I found this video tutorial from The Odin Project. I'd love to see more of your content on CSS. Much love from Nigeria. 🤩🤩

  • @sammclaren6965
    @sammclaren6965 4 месяца назад +1

    You nailed it! Keep up the good work!

  • @dramamania6899
    @dramamania6899 Год назад +2

    Your teaching skills is just amazing ❤. I learnt many things from you. Thank you bro ❤

  • @indraxios
    @indraxios Год назад +2

    Here comes the legend, to slay the dragon CSS

  • @SirenSeph
    @SirenSeph 7 месяцев назад +1

    greatest explanation of CSS Box Models tysm ily

  • @kieran2347
    @kieran2347 29 дней назад +1

    Great video and the details given are clear and concise! Amazing

  • @fiendgamingyt8938
    @fiendgamingyt8938 Месяц назад +2

    Finally I got it.
    Thanks a lot amazing explanation 🔥🔥

  • @musicbutlyrical6380
    @musicbutlyrical6380 10 месяцев назад +1

    You really are the best one on this platform....Great Work!!

  • @ciecjames8571
    @ciecjames8571 4 месяца назад

    Thanks you save me time I used to test the padding manually to find out the top,bottom,right,left

  • @TheGuyCalledCarl
    @TheGuyCalledCarl 6 месяцев назад +1

    Damn! I thought I understood "box-sizing: border-box", but I actually didn't.
    Now I understand it.
    Awesome explanation... Thanks!

  • @alexanderv805
    @alexanderv805 20 дней назад

    Excellent tutorial! Clear and straightforward. Thanks!

  • @ShawnX1995
    @ShawnX1995 7 месяцев назад +1

    very detailed and simple examples. I appreciate you for creating that content.♥♥

  • @Zoyoni
    @Zoyoni 7 месяцев назад +1

    Thank you for the video simple with lot of information جزاك الله خيرا

  • @Lucas-q7r8y
    @Lucas-q7r8y 26 дней назад +1

    Thanks for this video, appreciate your efford.
    Well explained!

  • @krishnaalisetty4505
    @krishnaalisetty4505 29 дней назад +1

    Glad that i found this video. Thank you so much for such a good content.

  • @daniajahanzaib5626
    @daniajahanzaib5626 Год назад +2

    really nice way of explaining CSS. Easy to remember

  • @Earthsings
    @Earthsings 4 месяца назад +1

    This video was excellent! Definitely subscribing!

  • @Yesterday_i_ate_rat
    @Yesterday_i_ate_rat Год назад +2

    Thank you so much for this amazing video, ❤ everything is clear now

  • @lexxthetech_
    @lexxthetech_ 9 месяцев назад +1

    you just saved my life. THANK YOU.

  • @rupertodiaz8673
    @rupertodiaz8673 15 дней назад +1

    Best explanation ever ! thanks Smaug

  • @isurumaldeniya9536
    @isurumaldeniya9536 6 месяцев назад +1

    just bought the course really great content bro 😊😊👍👍

  • @Coolbinarystuff
    @Coolbinarystuff 8 месяцев назад +1

    Awesome stuff, explained very well like all the rest of your content.

  • @Chiaros
    @Chiaros Год назад +6

    Adding sections to the video's timeline would be nice, like in older videos.

  • @riyadhossain7854
    @riyadhossain7854 Год назад +3

    Love your videos bro! Could you make a video about the Git commands you use and why you use them in what situations?

  • @David-cz9ej
    @David-cz9ej Год назад +2

    Thank you very much for the Video :D One question: At 17:02 why not move the margin: 0; and the padding: 0; to the upper *, *::before, *:after selector? Why have you left a separate * selector?

    • @slayingthedragon
      @slayingthedragon  Год назад +3

      It is perfectly fine to do so, however there is no margin nor padding to be reset within the contexts of a before or after pseudo-element, whereas there is a box-sizing to be reset. Having both resets separated is somewhat more semantic, because like I said, within the contexts of a before or after pseudo-element, there is no margin and padding.

    • @David-cz9ej
      @David-cz9ej Год назад +1

      @@slayingthedragon Thank you for replying to all the questions! It means the world to us ♥️

  • @jahnisicalderon5600
    @jahnisicalderon5600 6 месяцев назад +1

    I loved the explanation. I understood it so well thanks

  • @Dungeon_Synth_Enjoyer
    @Dungeon_Synth_Enjoyer Год назад +2

    Yep, you are a very good teacher, thanks a lot.

  • @PascalHorn
    @PascalHorn Год назад +5

    I can see a star selector to reset padding and margin, but I have my doubts about resetting box-sizing to all elements.
    The problem occurs, when you insert widgets or other code from a third party, that uses padding without specifying a border-box. It can break their intended box model for their widgets. An at least not uncommon occurrence I have to fix from time to time. I’d use it with caution.

    • @slayingthedragon
      @slayingthedragon  Год назад +3

      This is valid honestly, well said.

    • @MurkyTy
      @MurkyTy Год назад +5

      For situations like this, you can simply see if it breaks, and then override the border-box with your content-box instead. These resets save you time 95% of the time, and I think is a reasonable reset to keep for all projects.

  • @kriegerm.5048
    @kriegerm.5048 Месяц назад +1

    Explains better than any professor 😮

  • @NiceChange
    @NiceChange Год назад +2

    Yup...Another great video. nice details. Thanks.

  • @SRG-Learn-Code
    @SRG-Learn-Code Год назад +3

    In your webpage, the javascript course overflows the element within the 1024px media query. Seems like the grid is forced too much .
    @media (min-width: 1024px)
    .Courses_item2__LS7ps {
    grid-area: 1/5/3/-1;
    }

  • @miikoa
    @miikoa 7 месяцев назад +1

    Your video is liquid gold:) Thank you🙏

  • @marabdiaziiz961
    @marabdiaziiz961 Год назад +2

    i really enjoyed the video thanks man

  • @TheRoyalLion
    @TheRoyalLion 2 месяца назад +2

    YOO, Thank you so much!

  • @Sebastian-lc4nh
    @Sebastian-lc4nh Год назад +4

    Love youuu from my inner soul❤

  • @georgeomondi4791
    @georgeomondi4791 5 месяцев назад +1

    thanks dude been doing coding for a while and never bothered even to know the meaning of box-sizing 🤣till now

  • @ARULVENDHAN-up8fq
    @ARULVENDHAN-up8fq 7 месяцев назад +1

    Extraordinary teaching ❤

  • @rtx__3090
    @rtx__3090 Год назад +2

    Clockwise was nice concept

  • @hygieia5672
    @hygieia5672 Месяц назад +1

    Seemed like you covered a lot here. One thing I noticed that was missing though was margin collapsing.

  • @undeadqug7732
    @undeadqug7732 8 месяцев назад +1

    bro you are the GOAT

  • @Betterdays1996
    @Betterdays1996 6 месяцев назад +1

    Thank you so much for this one 💖

  • @Basem71992
    @Basem71992 Год назад +3

    For those who don’t understand the video from the first time of watching it , do rewatch it and practice what is he doing in your workspace. Man , thank you so much , you really helped me to understand this very well .

  • @rejuzaman6365
    @rejuzaman6365 Год назад +2

    You're a legend❤