Can I set all offset sides in CSS at once?

Viewed 1928

Instead of having:

right:0px;
left:0px;
top:0px;
bottom:0px;

Can I have something like this?

sides:0px;
6 Answers
Related