how to add margin or padding to all sides of an element code example
Example 1: css margin top responsive
span{
margin: -53px auto 0;
/* -53px is not the default value,
I suggest changing this value to the one
that best fits your website */
}
Example 2: padding css
padding is clockwise