Few moments ago I had the same problem. You probably haven’t written ‘px’ in your margin and padding tags. E.G.
You should write:
.style {margin: 10px 0 0 -10px;}
instead of:
.style {margin: 10 0 0 -10;}
Hope that helps 😀 (not only for you, but for everyone)