Jump to content

nODZ

New Members
  • Posts

    2
  • Joined

  • Last visited

nODZ's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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
  2. 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?
×
×
  • Create New...