Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Styling Web Pages and Navigation Style the Portfolio

Hana Kim
Hana Kim
2,162 Points

How do you determine all these numbers for your code when you are making your own website?

Just a quick question of curiosity...

The teacher is showing us how to code our own website, but when it comes down to making your own in the future, how will you know what numbers to put in your margin, padding and widths and so forth?

Is it that you would have to experiment a lot? Or is it that there is a set number out there for people to put in their code?

that's all depend to your need that how much padding you need inside a box or how much margin you need for outside content

2 Answers

jason chan
jason chan
31,009 Points

You use photoshop and measure the pixels there.

CssTricks has measurement guide below.

https://css-tricks.com/the-lengths-of-css/

It all depends, really. It used to be 960px was the go to width, and I think like 10 or 20px of padding on the inside. Now, that's all changed as devices are so many with so many possible widths. As you learn more, you will get a feel for what fits, and in reality, you can set those numbers to anything you want. There are rules and style guides that you will learn that will help dictate how wide a section of your site should be. It's all part of the process. Hope that helps somewhat.