라벨이 HTML인 게시물 표시

[HTML] css class 기반 a href 액션없게 처리하기

< a href = "javascript:void(0);" class = "create-userdb" > 질문하기 </ a >

[HTML] prevent zoom on mobile input

// prevent zoom on mobile input @media only screen and ( max-width : 600px ) { select , input , textarea { font-size : 16px !important ; } }