Jump to content

Recommended Posts

Posted (edited)

So i'm doing stef's css course right now , and i love it , but there is one question that makes no sense to me. In chapter 4 The Box Model , lesson 7  calculate width  / question 3 there is a question that  goes like this :   Please update the margin on this div , so that it will fit into 400px. the code is  <div style="width: 300px; padding: 10px; border: 0px; margin:">. So on margin i added 15px , the way i see it width is 300px + padding 40 (10x4) so i thought we need 60px (4x15) to make it 400px , but the answer says 40px is the correct answer ,  dont get why?

Edited by nODZ
Posted

...also,  even if you needed to include tja padding, you would only consider the right and left, not top and bottom. And I jut see the answer should be 40.....  why is that? (It’s been a while for me, what am I overlooking?)

  • Like 1
Posted

okay I see what I did wrong, so it's the width that he is looking,(i thought total) !so 300 + 10 padding on left and right = 320, so we add the margin of 40px to left and right (total 80px). 320+80=400width

tnx for reply btw

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...