Answers for "how to use responsive margin in css"

CSS
0

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 */
}
Posted by: Guest on October-30-2020

Code answers related to "how to use responsive margin in css"

Browse Popular Code Answers by Language