steven-king / j586

Intermediate Interactive Media
17 stars 13 forks source link

CSS etiquette #8

Closed dholms closed 10 years ago

dholms commented 10 years ago

Hey I have a couple questions about CSS etiquette. First, what is the proper time to use em vs. px? With a responsive site, do I ever use px? Second, do I need to use lists for tasks and recommendations? Right now I just have stacked divs. Would I need to implement lists instead?

steven-king commented 10 years ago

Most of the time you will use an em or % concerning images and spacing but it is fine to use PC if you are trying to have specific margin. Just check it on multiple sizes.

Lists are the more popular option but divs are fine. I did it with lists.