새소식

Front

[CSS] <span> not working margin-top

  • -
728x90

span is an inline element that doesn't support vertical margins.

Put the margin on the outer div instead.


Use <p> tag instead of <span> tag.


or


span {
    display:inline-block; /*or display:block;*/
}


thank!


#span #p #span not working #margin-top

reference : https://stackoverflow.com/questions/11700985/margin-top-not-working-for-span-element

반응형
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.