in Issues/Bugs by
for example:
margin:0px 0px 0px 0px;

It should be:
margin:0 0 0 0;
because all value no need unit when it is 0;
more:
It can be as:
margin:0 0;
or margin:0;

2 Answers

by sarah (15.2k points)
They do the exact same thing. They are both compatible in all browsers, it interprets both as 0, say go with whatever is more readable for you.
by aahanifnoor (140 points)
t should be:
margin:0 0 0 0;
because all value no need unit when it is 0;
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...