Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Please help me achieve this. (Border/Skew) Reply To: Please help me achieve this. (Border/Skew)

#240162
Paulie_D
Member

This

 *, ::before, ::after {
box-sizing: border-box;
}

Means that dimensions of elements include padding & borders rather than those adding to height/width.

As for the code you provided…I have no idea what that is…it’s not HTML.