Hi, When working with margin or padding in CSS - give CLOCKWISE VALUE padding: 0px 0px 0px 0x; (top right bottom left)
I knew this but thanks for sharing. Also I want add one more thing. If you use this property like this, padding: 5px 10px; These values will be repeated in the order mentioned above. i.e. padding: 5px 10px 5px 10px;