HTML & CSS series 2 grid box

I set my columns to 100px but when i open dev.tools it’s showing me 80px

1 Like

I think he was using an old version of Chrome when he did the video. Having dfferent values is actually correct. You have two numbers which are the Authored and Computed size. The Authored size is the size you specify in your css while the Computed size is the actual screen size which I think you can"t adjust. So 100px is the Authored size which you specifed in your css while 80px is the Computed size.