Two Questions From Webdesign for Beginners Course

Hi, I have a couple of questions regarding something that was mentioned in Webdesign for Beginners Course.

The instructor said something about using a base number, and he also mentioned the code to put into the normal.css file. * { box-sizing: border-box; } I would like to know if there is a tutorial or some other information one this. I did Google these and what I found was some vague information or information that just glossed over the terms.

I would appreciate any help on this matter.

About * selector:
http://www.w3schools.com/cssref/sel_all.asp

About box-sizing:

Hi @georgep1 we have a few resources on Tuts+ which should help you out:

Box-sizing:

Universal selector:

Let us know if you need anything else :slightly_smiling:

LSVRthemes and ianyates, thanks for the information. I knew about box-sizing but I didn’t understand why the instructor said to put the code in a reset css. Ian the first quik tip video explained that one well. Thank you for that.

i dont get it

i need more resources about word press

i am a business blogger and writting about startup ideas .

Startup Ideas

@georgep1, I don’t see you received an answer about box sizing and the reset css. This article might help you out. While it’s older, it does contain the update.

{ Box-sizing: Border-box } FTW